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:
Tad Hardesty
2020-09-13 20:34:12 +08:00
committed by GitHub
parent 7e62ebba0d
commit 899a9e04cb
5 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -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)