CHANGELOG UPDATED.

secret added to voting, dammit.
Medical belts added to medbay.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1278 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rastaf.zero@gmail.com
2011-03-26 00:58:25 +00:00
parent 571db15490
commit 074f419b82
4 changed files with 4479 additions and 4439 deletions
+1 -1
View File
@@ -1348,7 +1348,7 @@ datum
nutriment_factor = 1 * REAGENTS_METABOLISM
on_mob_life(var/mob/M)
M:nutrition += nutriment_factor
if(istype(M, /mob/living/carbon/human) && M.job in list("Security Officer", "Head of Security", "Detective"))
if(istype(M, /mob/living/carbon/human) && M.job in list("Security Officer", "Head of Security", "Detective", "Warden"))
if(!M) M = holder.my_atom
M:heal_organ_damage(1,1)
M:nutrition += nutriment_factor