forked from CeladonSS13/Foundation-19
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request CeladonSS13#44 from xhankaishi/examine_d_r
examine living
- Loading branch information
Showing
5 changed files
with
430 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/datum/modpack/human_examine | ||
/// A string name for the modpack. Used for looking up other modpacks in init. | ||
name = "human_examine" | ||
/// A string desc for the modpack. Can be used for modpack verb list as description. | ||
desc = "добавлена работа и класс в строку карты при экзамайне" | ||
/// A string with authors of this modpack. | ||
author = "XAH" | ||
|
||
/datum/modpack/human_examine/pre_initialize() | ||
. = ..() | ||
|
||
/datum/modpack/human_examine/initialize() | ||
. = ..() | ||
|
||
/datum/modpack/human_examine/post_initialize() | ||
. = ..() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#include "_human_examine.dm" | ||
|
||
#include "code/human_examine.dm" |
Oops, something went wrong.