mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
mmi holder init (#17100)
* mmi holder init * who changed that * . * . * . * fixing * . * - * . * add this
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
init_id()
|
||||
init_subsystems()
|
||||
|
||||
AddElement(/datum/element/footstep, FOOTSTEP_MOB_SHOE, 0.75, -6)
|
||||
AddElement(/datum/element/footstep, FOOTSTEP_MOB_SHOE, 1, -6)
|
||||
|
||||
/mob/living/silicon/Destroy()
|
||||
silicon_mob_list -= src
|
||||
|
||||
@@ -205,7 +205,7 @@
|
||||
if(CONFIG_GET(flag/allow_simple_mob_recolor))
|
||||
add_verb(src, /mob/living/simple_mob/proc/ColorMate)
|
||||
|
||||
AddElement(/datum/element/footstep, FOOTSTEP_MOB_SHOE, 0.5, -6) // Need to go through all of the mobs to give them proper footsteps...
|
||||
AddElement(/datum/element/footstep, FOOTSTEP_MOB_SHOE, 1, -6) // Need to go through all of the mobs to give them proper footsteps...
|
||||
|
||||
return ..()
|
||||
|
||||
|
||||
@@ -367,6 +367,8 @@
|
||||
if(mob.check_holy(T))
|
||||
to_chat(mob, span_warning("You cannot get past holy grounds while you are in this plane of existence!"))
|
||||
return
|
||||
else if(!istype(mob, /mob/observer/dead) && T.blocks_nonghost_incorporeal)
|
||||
return
|
||||
//RS Port #658 Start
|
||||
if(!holder)
|
||||
if(isliving(mob) && A.flag_check(AREA_BLOCK_PHASE_SHIFT))
|
||||
|
||||
Reference in New Issue
Block a user