mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user