more inits without returns (#16843)

This commit is contained in:
Kashargul
2025-01-05 18:00:45 +01:00
committed by GitHub
parent 6fd4953c56
commit 3c1af288e0
9 changed files with 10 additions and 2 deletions
@@ -27,6 +27,7 @@
interaction_message = span_notice("The prismatic turret seems to be able to rotate.")
/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")
@@ -580,6 +581,7 @@
var/contents_original_pixel_y = 0
/obj/structure/prop/machine/nt_pod/Initialize(mapload)
. = ..()
// Our non-map-preview state
icon_state = "nt_pod"