diff --git a/code/game/turf.dm b/code/game/turf.dm index c898b98a0e0..0259fb3733d 100644 --- a/code/game/turf.dm +++ b/code/game/turf.dm @@ -524,8 +524,12 @@ var/temp_loc = user.loc P.resulting_poster.icon_state = "poster_being_set" playsound(P.resulting_poster.loc, 'poster_being_created.ogg', 100, 1) + sleep(22) + if(!P) + return + if(user.loc == temp_loc)//Let's check if he still is there user << "You place the poster!" P.resulting_poster.icon_state = temp @@ -796,8 +800,12 @@ var/temp_loc = user.loc P.resulting_poster.icon_state = "poster_being_set" playsound(P.resulting_poster.loc, 'poster_being_created.ogg', 100, 1) + sleep(22) + if(!P) + return + if(user.loc == temp_loc)//Let's check if he still is there user << "You place the poster!" P.resulting_poster.icon_state = temp diff --git a/tgstation.dme b/tgstation.dme index f0fb83744a1..b229cfa8fed 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -179,7 +179,6 @@ #define FILE_DIR "icons/vending_icons" #define FILE_DIR "interface" #define FILE_DIR "maps" -#define FILE_DIR "maps/backup" #define FILE_DIR "sound" #define FILE_DIR "sound/AI" #define FILE_DIR "sound/ambience"