Lots of stuff, will elaborate later.

This commit is contained in:
SkyMarshal
2012-01-27 11:18:14 -07:00
parent 351ed2a250
commit 21fe68972f
16 changed files with 75 additions and 360 deletions
@@ -232,9 +232,7 @@ var/global/list/uneatable = list(
if (istype(A,/mob/living))//Mobs get gibbed
gain = 20
if(istype(A,/mob/living/carbon/human))
if(A:mind)
if((A:mind:assigned_role == "Station Engineer") || (A:mind:assigned_role == "Chief Engineer") )
gain = 100
gain = 100
spawn()
A:gib()
sleep(1)