Initialize fixing (#17279)

* Initialoize fixing

* diff fix

* add init grep test

* fixed missed ones

* .

* some more

* ,
This commit is contained in:
Kashargul
2025-03-08 13:59:29 -05:00
committed by GitHub
parent 76183beaa5
commit 46bea7cfa2
755 changed files with 1905 additions and 1904 deletions
+2 -2
View File
@@ -123,7 +123,7 @@
J.info = joke
qdel(src)
/obj/item/cracker/Initialize()
/obj/item/cracker/Initialize(mapload)
var/list/styles = list("blue","green","yellow","red","heart","hazard")
var/style = pick(styles)
icon_state = style
@@ -168,7 +168,7 @@
body_parts_covered = 0
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
/obj/item/clothing/head/paper_crown/Initialize()
/obj/item/clothing/head/paper_crown/Initialize(mapload)
var/list/styles = list("paper_crown_blue","paper_crown_green","paper_crown_yellow","paper_crown_red","paper_crown_pink")
var/style = pick(styles)
icon_state = style
+1 -1
View File
@@ -24,7 +24,7 @@
fire_sound = 'sound/weapons/pulse3.ogg'
))
/obj/item/gun/energy/sizegun/Initialize()
/obj/item/gun/energy/sizegun/Initialize(mapload)
. = ..()
verbs += /obj/item/gun/energy/sizegun/proc/select_size
verbs += /obj/item/gun/energy/sizegun/proc/spin_dial