Merge pull request #224 from CIB/master

Medical stuff
This commit is contained in:
Albert Iordache
2012-01-05 12:22:19 -08:00
6 changed files with 29 additions and 32 deletions
@@ -15,6 +15,15 @@ MEDICAL
t_him = "her"
user << "\red \The [M] is dead, you cannot help [t_him]!"
return
if (M.health < 50)
var/t_him = "it"
if (M.gender == MALE)
t_him = "him"
else if (M.gender == FEMALE)
t_him = "her"
user << "\red \The [M] is wounded badly, this item cannot help [t_him]!"
return
if (!istype(M))
user << "\red \The [src] cannot be applied to [M]!"