This commit is contained in:
Fox-McCloud
2014-12-12 06:52:20 -05:00
parent 1a425064a5
commit e76c8f26f3
27 changed files with 110 additions and 44 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
else
if(O.force)
var/damage = O.force
if (O.damtype == HALLOSS)
if (O.damtype == STAMINA)
damage = 0
health -= damage
for(var/mob/M in viewers(src, null))