Tweak CIMS to ignore Syndicate Owned crystal. (#64526)

This commit is contained in:
Vire
2022-01-30 01:19:03 -08:00
committed by GitHub
parent 425f39cec9
commit 887bce1f0f
3 changed files with 10 additions and 7 deletions
@@ -244,6 +244,8 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal)
var/processes = TRUE
///Stores the time of when the last zap occurred
var/last_power_zap = 0
///Do we show this crystal in the CIMS modular program
var/include_in_cims = TRUE
/obj/machinery/power/supermatter_crystal/Initialize(mapload)