From 6c4c3edc03657ddcc296a93e9a112bfa1f1e5ca1 Mon Sep 17 00:00:00 2001 From: Detective-Google <48196179+Detective-Google@users.noreply.github.com> Date: Sat, 31 Oct 2020 14:22:18 -0500 Subject: [PATCH] Update mob_defines.dm --- code/modules/mob/mob_defines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.