Adds alot of initialize() in lots of files

This commit is contained in:
FrozenGuy5
2017-11-11 20:58:15 +00:00
parent 159b37e150
commit de0d93467e
33 changed files with 123 additions and 123 deletions
+1 -1
View File
@@ -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 ..()
+4 -4
View File
@@ -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)
+2 -2
View File
@@ -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