This commit is contained in:
Fluffy
2024-03-27 09:02:06 +00:00
committed by GitHub
parent a6bf5798e4
commit 995dbaf430
27 changed files with 80 additions and 39 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
if(prob(10))
var/T = get_turf(src)
icon_state = "hivebot_head_active"
playsound(src.loc, 'sound/effects/creatures/hivebot/hivebot-bark-005.ogg')
playsound(src.loc, 'sound/effects/creatures/hivebot/hivebot-bark-005.ogg', 60)
to_chat(user, SPAN_WARNING("\The [src] suddenly sparks and lights up, emitting some unintelligible noise!"))
spark(T, 3, GLOB.alldirs)
addtimer(CALLBACK(src, PROC_REF(deactivate)), 3 SECONDS)