mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
a (#4026)
This commit is contained in:
@@ -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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user