Changes to Pushing Mechanics

This commit is contained in:
Hubblenaut
2015-12-08 15:15:00 +01:00
parent 470d2bb54a
commit baec8f15d1
2 changed files with 4 additions and 4 deletions
+3
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>"
+1 -4
View File
@@ -33,7 +33,4 @@ delete-after: True
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Light replacers can be refilled by clicking on a storage item."
- tweak: "Light replacers now hold up to 32 light bulbs."
- tweak: "Light replacers can be obtained through janitorial supply crates."
- tweak: "A sheet of glass fills the light replacer by 16 bulbs."
- tweak: "Mobs on help intent will not push others that aren't."