Removes causes_dirt_buildup_on_floor

This commit is contained in:
Putnam3145
2021-07-03 22:19:05 -07:00
parent 081ef22adf
commit 2be56ab992
4 changed files with 18 additions and 28 deletions
@@ -67,8 +67,6 @@
//Allows mobs to move through dense areas without restriction. For instance, in space or out of holder objects.
var/incorporeal_move = FALSE //FALSE is off, INCORPOREAL_MOVE_BASIC is normal, INCORPOREAL_MOVE_SHADOW is for ninjas
//and INCORPOREAL_MOVE_JAUNT is blocked by holy water/salt
/// Do we make floors dirty as we move?
var/causes_dirt_buildup_on_floor = FALSE
var/list/roundstart_quirks = list()