From 7acf54f5fc4069b2d8e95cd68f014012c09f87ef Mon Sep 17 00:00:00 2001 From: deathride58 Date: Thu, 10 May 2018 23:37:20 -0400 Subject: [PATCH] Update misc.dm --- code/__DEFINES/misc.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/__DEFINES/misc.dm b/code/__DEFINES/misc.dm index 47ab3580cb..fe49530667 100644 --- a/code/__DEFINES/misc.dm +++ b/code/__DEFINES/misc.dm @@ -445,12 +445,9 @@ GLOBAL_LIST_INIT(ghost_others_options, list(GHOST_OTHERS_SIMPLE, GHOST_OTHERS_DE #define NO_INIT_PARAMETER "no-init" #define EGG_LAYING_MESSAGES list("lays an egg.","squats down and croons.","begins making a huge racket.","begins clucking raucously.") -<<<<<<< HEAD -======= // Used by PDA and cartridge code to reduce repetitiveness of spritesheets #define PDAIMG(what) {""} //Filters #define AMBIENT_OCCLUSION filter(type="drop_shadow", x=0, y=-2, size=4, border=4, color="#04080FAA") ->>>>>>> cf6f064... Use spritesheets to reduce time spent sending PNG assets by 90+% (#37399)