mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
re-renable things, now that things aren't exploding
This commit is contained in:
@@ -329,8 +329,9 @@ datum
|
|||||||
AG.process_group()
|
AG.process_group()
|
||||||
|
|
||||||
process_singletons()
|
process_singletons()
|
||||||
//for(var/turf/simulated/T in active_singletons) // this code shouldn't actually exist in the current version of FEA apparently,
|
for(var/item in active_singletons)
|
||||||
// T.process_cell() // causes horrible gas variable glitching
|
if(!istype(item, /turf/space))
|
||||||
|
item:process_cell()
|
||||||
|
|
||||||
process_super_conductivity()
|
process_super_conductivity()
|
||||||
for(var/turf/simulated/hot_potato in active_super_conductivity)
|
for(var/turf/simulated/hot_potato in active_super_conductivity)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var/list/DisallowedEvents = list(/datum/event/spaceninja, /datum/event/prisonbreak, /datum/event/immovablerod, /datum/event/gravitationalanomaly, /datum/event/alieninfestation, /datum/event/meteorstorm)
|
var/list/DisallowedEvents = list(/datum/event/spaceninja, /datum/event/prisonbreak, /datum/event/immovablerod, /datum/event/gravitationalanomaly, /datum/event/alieninfestation)
|
||||||
var/list/EventTypes = typesof(/datum/event) - /datum/event - DisallowedEvents
|
var/list/EventTypes = typesof(/datum/event) - /datum/event - DisallowedEvents
|
||||||
var/list/OneTimeEvents = list(/datum/event/spacecarp, /datum/event/miniblob)
|
var/list/OneTimeEvents = list(/datum/event/spacecarp, /datum/event/miniblob)
|
||||||
var/datum/event/ActiveEvent = null
|
var/datum/event/ActiveEvent = null
|
||||||
|
|||||||
Reference in New Issue
Block a user