Adds alot more initialize() part two

This commit is contained in:
FrozenGuy5
2017-11-12 10:56:33 +00:00
parent de0d93467e
commit 5294c48be1
28 changed files with 78 additions and 73 deletions
+1 -1
View File
@@ -186,8 +186,8 @@ GLOBAL_LIST_EMPTY(employmentCabinets)
var/virgin = 1
/obj/structure/filingcabinet/employment/Initialize()
. = ..()
GLOB.employmentCabinets += src
return ..()
/obj/structure/filingcabinet/employment/Destroy()
GLOB.employmentCabinets -= src
+1 -1
View File
@@ -182,11 +182,11 @@
/obj/item/pen/sleepy/Initialize()
. = ..()
create_reagents(45)
reagents.add_reagent("chloralhydrate2", 20)
reagents.add_reagent("mutetoxin", 15)
reagents.add_reagent("tirizene", 10)
. = ..()
/*
* (Alan) Edaggers