Nerfed the medbot and bruise packs.

This commit is contained in:
cib
2012-01-05 19:36:26 -08:00
parent 565f8165a2
commit 9e035424da
3 changed files with 14 additions and 23 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]!"