Merge pull request #6695 from Citadel-Station-13/upstream-merge-37709

[MIRROR] Adds emag_act feedback msg to battle arcade machine
This commit is contained in:
deathride58
2018-05-11 03:40:41 +00:00
committed by GitHub
+1
View File
@@ -291,6 +291,7 @@
/obj/machinery/computer/arcade/battle/emag_act(mob/user)
if(obj_flags & EMAGGED)
return
to_chat(user, "<span class='warning'>A mesmerizing Rhumba beat starts playing from the arcade machine's speakers!</span>")
temp = "If you die in the game, you die for real!"
player_hp = 30
player_mp = 10