Merge pull request #180 from Markolie/master

Shuttle fixes
This commit is contained in:
Fox-McCloud
2015-01-16 20:39:03 -05:00
10 changed files with 157 additions and 97 deletions
+1 -1
View File
@@ -330,7 +330,7 @@
user.visible_message("<span class='boldnotice'>[defib] pings: Resuscitation successful.</span>")
playsound(get_turf(src), 'sound/machines/ping.ogg', 50, 0)
H.stat = 1
H.revive()
H.update_revive()
H.emote("gasp")
if(tplus > tloss)
H.setBrainLoss( max(0, min(99, ((tlimit - tplus) / tlimit * 100))))