mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
People now actually can hear machine overload buzzing during malf.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1089 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -80,10 +80,11 @@ rcd light flash thingy on matter drain
|
||||
for(var/datum/game_mode/malfunction/AI_Module/small/overload_machine/overload in usr:current_modules)
|
||||
if(overload.uses > 0)
|
||||
overload.uses --
|
||||
for(var/mob/V in viewers(src, null))
|
||||
V.show_message(text("\blue You hear a loud electrical buzzing sound!"))
|
||||
for(var/mob/V in hearers(obj, null))
|
||||
V.show_message("\blue You hear a loud electrical buzzing sound!", 2)
|
||||
spawn(50)
|
||||
explosion(get_turf(M), 0,1,1,0)
|
||||
del(M)
|
||||
else usr << "Out of uses."
|
||||
else usr << "That's not a machine."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user