Tiny batch of Initialize() fixes, mostly stuff that isn't around at roundstart

This commit is contained in:
vuonojenmustaturska
2017-09-24 17:42:13 -05:00
committed by CitadelStationBot
parent 5b05af9036
commit 11a3395690
8 changed files with 96 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
var/turf/T = get_turf(src)
for(var/path in items)
new path(T)
qdel(src)
return INITIALIZE_HINT_QDEL
/obj/effect/spawner/bundle/costume/chicken
name = "chicken costume spawner"
@@ -17,4 +17,4 @@
log_game("An alien egg has been delivered to [A] at [COORD(T)]")
var/message = "Attention [station_name()], we have entrusted you with a research specimen in [A]. Remember to follow all safety precautions when dealing with the specimen."
SSticker.OnRoundstart(CALLBACK(GLOBAL_PROC, /proc/addtimer, CALLBACK(GLOBAL_PROC, /.proc/print_command_report, message), announcement_time))
qdel(src)
return INITIALIZE_HINT_QDEL