Update mob_defines.dm

This commit is contained in:
Detective-Google
2020-10-31 14:22:18 -05:00
committed by GitHub
parent 2bcc77a0f2
commit 6c4c3edc03
+1 -1
View File
@@ -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.