mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Adds alot more initialize() part two
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user