/atom New() => Initialize() [MDB IGNORE]

This commit is contained in:
MistakeNot4892
2021-11-14 03:09:51 -05:00
committed by VirgoBot
parent 47c8115916
commit 3f9af78f3a
587 changed files with 12315 additions and 2669 deletions
@@ -27,6 +27,7 @@
interaction_message = "<span class='notice'>The prismatic turret seems to be able to rotate.</span>"
/obj/structure/prop/prism/Initialize()
. = ..()
if(degrees_from_north)
animate(src, transform = turn(NORTH, degrees_from_north), time = 3)
@@ -252,6 +252,7 @@
icon_state = "stamper_on"
/obj/structure/prop/machine/stamper/starts_on/Initialize()
. = ..()
add_overlay("stamper_proc")
add_overlay("stamper_but")
+2 -1
View File
@@ -51,7 +51,8 @@
layer = ABOVE_WINDOW_LAYER
interaction_message = "<span class = 'notice'>Cool to touch and unbelievable smooth. You can almost see your reflection in it.</span>"
/obj/structure/prop/statue/phoron/New()
/obj/structure/prop/statue/phoron/Initialize()
. = ..()
set_light(2, 3, "#cc66ff")
/obj/structure/prop/statue/pillar