mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
fuck everything (I tried to fix GC stuff again) (#8327)
This commit is contained in:
@@ -41,4 +41,11 @@
|
||||
#define FIND_REF_NO_CHECK_TICK
|
||||
#endif //ifdef GC_FAILURE_HARD_LOOKUP
|
||||
|
||||
//CHOMPEdit begin
|
||||
#ifdef FIND_REF_NO_CHECK_TICK
|
||||
/world
|
||||
loop_checks = FALSE
|
||||
#endif
|
||||
//CHOMPEdit end
|
||||
|
||||
#endif //ifdef REFERENCE_TRACKING
|
||||
|
||||
@@ -222,7 +222,7 @@
|
||||
//CHOMPEdit - entire proc changed basically to use recursive listening
|
||||
/proc/get_mobs_in_radio_ranges(var/list/obj/item/device/radio/radios)
|
||||
|
||||
set background = 1
|
||||
//set background = 1 //CHOMPEdit
|
||||
. = list()
|
||||
// Returns a list of mobs who can hear any of the radios given in @radios
|
||||
for(var/obj/item/device/radio/R as anything in radios)
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
density = FALSE
|
||||
|
||||
/obj/effect/plant/proc/calc_dir()
|
||||
set background = 1
|
||||
//set background = 1 //CHOMPEdit
|
||||
var/turf/T = get_turf(src)
|
||||
if(!istype(T)) return
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/mob/living/carbon/alien/Life()
|
||||
|
||||
set invisibility = 0
|
||||
set background = 1
|
||||
//set background = 1 //CHOMPEdit
|
||||
|
||||
if (transforming) return
|
||||
if(!loc) return
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/mob/living/silicon/robot/Life()
|
||||
set invisibility = 0
|
||||
set background = 1
|
||||
//set background = 1 CHOMPEdit
|
||||
|
||||
if (src.transforming)
|
||||
return
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
linked_node.children_effects -= src
|
||||
|
||||
/obj/effect/dark/process()
|
||||
set background = 1
|
||||
//set background = 1
|
||||
var/turf/U = get_turf(src)
|
||||
|
||||
if(isspace(U))
|
||||
@@ -151,7 +151,7 @@
|
||||
|
||||
|
||||
/obj/structure/prop/dark_node/process()
|
||||
set background = 1
|
||||
//set background = 1
|
||||
|
||||
if(!(locate(/obj/effect/dark) in get_turf(src)))
|
||||
var/new_dark_tile = new /obj/effect/dark/floor(get_turf(src), src)
|
||||
|
||||
Reference in New Issue
Block a user