impregnation update

This commit is contained in:
quotefox
2019-10-25 17:03:19 +01:00
parent f99aa635e3
commit ab375c58d0
9 changed files with 68 additions and 39 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
var/moving_diagonally = 0 //0: not doing a diagonal move. 1 and 2: doing the first/second step of the diagonal move
var/list/client_mobs_in_contents // This contains all the client mobs within this container
var/list/acted_explosions //for explosion dodging
glide_size = 14
glide_size = 13
appearance_flags = TILE_BOUND|PIXEL_SCALE
var/datum/forced_movement/force_moving = null //handled soley by forced_movement.dm
var/floating = FALSE