diff --git a/code/modules/mob/mob_defines.dm b/code/modules/mob/mob_defines.dm index 3d11affa4aa..daf9ab6d89f 100644 --- a/code/modules/mob/mob_defines.dm +++ b/code/modules/mob/mob_defines.dm @@ -83,7 +83,7 @@ var/resting = 0 //Carbon var/lying = 0 var/lying_prev = 0 - var/is_shifted = FALSE // Vore Edit; pixel shifting + var/is_shifted = FALSE // VoreStation Edit; pixel shifting var/canmove = 1 //Allows mobs to move through dense areas without restriction. For instance, in space or out of holder objects. var/incorporeal_move = 0 //0 is off, 1 is normal, 2 is for ninjas.