Geysers now provide some audio feedback when scanned. (#95902)

This commit is contained in:
ArcaneMusic
2026-04-28 06:14:38 -04:00
committed by GitHub
parent e64902bf37
commit b8bec80de9
@@ -72,6 +72,7 @@
return
to_chat(user, span_notice("You discovered the geyser and mark it on the GPS system!"))
playsound(src, 'sound/machines/beep/twobeep_high.ogg', 30)
SEND_SIGNAL(user, COMSIG_LIVING_DISCOVERED_GEYSER, src)
if(discovery_message)
to_chat(user, discovery_message)