mmi holder init (#17100)

* mmi holder init

* who changed that

* .

* .

* .

* fixing

* .

* -

* .

* add this
This commit is contained in:
Kashargul
2025-02-08 23:03:47 -05:00
committed by GitHub
parent e0ec85df75
commit b037bb9b36
8 changed files with 94 additions and 34 deletions
+1 -1
View File
@@ -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 ..()
+2
View File
@@ -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))