mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
sadf (#18782)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user