mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
Changes to Pushing Mechanics
This commit is contained in:
@@ -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>"
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user