PIXEL_SCALE Test [WIP] (#408)

This commit is contained in:
CitadelStationBot
2017-04-15 14:02:01 -05:00
committed by TalkingCactus
parent c38fa1eaa3
commit b239a9620a
+8 -1
View File
@@ -1,3 +1,10 @@
#ifndef PIXEL_SCALE
#define PIXEL_SCALE 0
#if DM_VERSION >= 512
#error HEY, PIXEL_SCALE probably exists now, remove this gross ass shim.
#endif
/atom/movable
layer = OBJ_LAYER
var/last_move = null
@@ -24,7 +31,7 @@
var/list/client_mobs_in_contents // This contains all the client mobs within this container
var/list/acted_explosions //for explosion dodging
glide_size = 8
appearance_flags = TILE_BOUND
appearance_flags = TILE_BOUND|PIXEL_SCALE
var/datum/forced_movement/force_moving = null //handled soley by forced_movement.dm
var/floating = FALSE