This commit is contained in:
Gandalf
2021-03-09 18:00:49 +00:00
committed by GitHub
parent 4b2598cb6f
commit a76bc9e278
3 changed files with 1 additions and 8 deletions
+1 -6
View File
@@ -38,12 +38,7 @@
/obj/effect/turf_decal/Initialize()
..()
//SKYRAT EDIT CHANGE - ASSAULTOPS - ORIGINAL: return INITIALIZE_HINT_QDEL
var/area/loc_area = get_area(src)
if(!istype(loc_area, /area/shuttle))
return INITIALIZE_HINT_QDEL
else
return INITIALIZE_HINT_NORMAL
return INITIALIZE_HINT_QDEL
/obj/effect/turf_decal/ComponentInitialize()
. = ..()
@@ -1 +0,0 @@
//nothing to see here
-1
View File
@@ -3594,7 +3594,6 @@
#include "modular_skyrat\modules\assaultops\code\_assaultops_defines.dm"
#include "modular_skyrat\modules\assaultops\code\areas.dm"
#include "modular_skyrat\modules\assaultops\code\assaultops_admin.dm"
#include "modular_skyrat\modules\assaultops\code\assaultops_capturemachine.dm"
#include "modular_skyrat\modules\assaultops\code\assaultops_datum.dm"
#include "modular_skyrat\modules\assaultops\code\assaultops_gamemode.dm"
#include "modular_skyrat\modules\assaultops\code\assaultops_misc.dm"