mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Adds alot of initialize() in lots of files
This commit is contained in:
@@ -185,7 +185,7 @@ GLOBAL_LIST_EMPTY(employmentCabinets)
|
||||
icon_state = "employmentcabinet"
|
||||
var/virgin = 1
|
||||
|
||||
/obj/structure/filingcabinet/employment/New()
|
||||
/obj/structure/filingcabinet/employment/Initialize()
|
||||
GLOB.employmentCabinets += src
|
||||
return ..()
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
pass_flags = PASSTABLE
|
||||
|
||||
|
||||
/obj/item/papercutter/New()
|
||||
..()
|
||||
/obj/item/papercutter/Initialize()
|
||||
. = ..()
|
||||
storedcutter = new /obj/item/hatchet/cutterblade(src)
|
||||
update_icon()
|
||||
|
||||
@@ -111,8 +111,8 @@
|
||||
resistance_flags = FLAMMABLE
|
||||
max_integrity = 50
|
||||
|
||||
/obj/item/paperslip/New()
|
||||
..()
|
||||
/obj/item/paperslip/Initialize()
|
||||
. = ..()
|
||||
pixel_x = rand(-5, 5)
|
||||
pixel_y = rand(-5, 5)
|
||||
|
||||
|
||||
@@ -181,12 +181,12 @@
|
||||
reagents.trans_to(M, reagents.total_volume)
|
||||
|
||||
|
||||
/obj/item/pen/sleepy/New()
|
||||
/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