mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Fix some missing Initialize hints (#53566)
* Fix some missing initialize hints * Whitelist /mob/dview not calling /atom/Initialize() * Better idea
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
var/spines = "None"
|
||||
|
||||
/obj/item/organ/tail/lizard/Initialize()
|
||||
..()
|
||||
. = ..()
|
||||
color = "#"+ random_color()
|
||||
|
||||
/obj/item/organ/tail/lizard/Insert(mob/living/carbon/human/H, special = 0, drop_if_replaced = TRUE)
|
||||
|
||||
Reference in New Issue
Block a user