fuck everything (I tried to fix GC stuff again) (#8327)

This commit is contained in:
Cadyn
2024-04-29 07:08:39 -07:00
committed by GitHub
parent 674e30af5d
commit a5570c671c
6 changed files with 13 additions and 6 deletions

View File

@@ -41,4 +41,11 @@
#define FIND_REF_NO_CHECK_TICK #define FIND_REF_NO_CHECK_TICK
#endif //ifdef GC_FAILURE_HARD_LOOKUP #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 #endif //ifdef REFERENCE_TRACKING

View File

@@ -222,7 +222,7 @@
//CHOMPEdit - entire proc changed basically to use recursive listening //CHOMPEdit - entire proc changed basically to use recursive listening
/proc/get_mobs_in_radio_ranges(var/list/obj/item/device/radio/radios) /proc/get_mobs_in_radio_ranges(var/list/obj/item/device/radio/radios)
set background = 1 //set background = 1 //CHOMPEdit
. = list() . = list()
// Returns a list of mobs who can hear any of the radios given in @radios // 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) for(var/obj/item/device/radio/R as anything in radios)

View File

@@ -212,7 +212,7 @@
density = FALSE density = FALSE
/obj/effect/plant/proc/calc_dir() /obj/effect/plant/proc/calc_dir()
set background = 1 //set background = 1 //CHOMPEdit
var/turf/T = get_turf(src) var/turf/T = get_turf(src)
if(!istype(T)) return if(!istype(T)) return

View File

@@ -2,7 +2,7 @@
/mob/living/carbon/alien/Life() /mob/living/carbon/alien/Life()
set invisibility = 0 set invisibility = 0
set background = 1 //set background = 1 //CHOMPEdit
if (transforming) return if (transforming) return
if(!loc) return if(!loc) return

View File

@@ -1,6 +1,6 @@
/mob/living/silicon/robot/Life() /mob/living/silicon/robot/Life()
set invisibility = 0 set invisibility = 0
set background = 1 //set background = 1 CHOMPEdit
if (src.transforming) if (src.transforming)
return return

View File

@@ -121,7 +121,7 @@
linked_node.children_effects -= src linked_node.children_effects -= src
/obj/effect/dark/process() /obj/effect/dark/process()
set background = 1 //set background = 1
var/turf/U = get_turf(src) var/turf/U = get_turf(src)
if(isspace(U)) if(isspace(U))
@@ -151,7 +151,7 @@
/obj/structure/prop/dark_node/process() /obj/structure/prop/dark_node/process()
set background = 1 //set background = 1
if(!(locate(/obj/effect/dark) in get_turf(src))) if(!(locate(/obj/effect/dark) in get_turf(src)))
var/new_dark_tile = new /obj/effect/dark/floor(get_turf(src), src) var/new_dark_tile = new /obj/effect/dark/floor(get_turf(src), src)