Skip to content

Commit

Permalink
Update Malf_Modules.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons authored Dec 29, 2016
1 parent cc5571a commit 1469e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/gamemodes/malfunction/Malf_Modules.dm
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
for(var/datum/AI_Module/small/overload_machine/overload in current_modules)
if(overload.uses > 0)
overload.uses --
audible_message("<span class='userdanger'>You hear a loud electrical buzzing sound coming from [M]!</span>")
M.audible_message("<span class='userdanger'>You hear a loud electrical buzzing sound coming from [M]! You suddenly don't want to be so closed to it...</span>")
src << "<span class='warning'>Overloading machine circuitry...</span>"
spawn(50)
if(M)
Expand Down Expand Up @@ -323,7 +323,7 @@
for(var/datum/AI_Module/small/override_machine/override in current_modules)
if(override.uses > 0)
override.uses --
audible_message("<span class='italics'>You hear a loud electrical buzzing sound!</span>")
M.audible_message("<span class='userdanger'>You hear a loud electrical buzzing sound!</span>")
src << "<span class='warning'>Reprogramming machine behaviour...</span>"
spawn(50)
if(M && !qdeleted(M))
Expand Down

0 comments on commit 1469e72

Please sign in to comment.