Changes to Pushing Mechanics

This commit is contained in:
Hubblenaut
2015-11-10 20:14:19 +01:00
parent 470d2bb54a
commit baec8f15d1
2 changed files with 4 additions and 4 deletions

View File

@@ -98,6 +98,9 @@ default behaviour is:
if(!can_move_mob(tmob, 0, 0))
now_pushing = 0
return
if(a_intent == I_HELP || src.restrained())
now_pushing = 0
return
if(istype(tmob, /mob/living/carbon/human) && (FAT in tmob.mutations))
if(prob(40) && !(FAT in src.mutations))
src << "<span class='danger'>You fail to push [tmob]'s fat ass out of the way.</span>"