mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Port of @PsiOmegaDelta's Baystation12/Baystation12#16820
Ports tg's garbage collector subsystem and Destroy() returning qdel hints.
This commit is contained in:
@@ -140,18 +140,14 @@
|
||||
cell = null
|
||||
internal_tank = null
|
||||
|
||||
qdel(pr_int_temp_processor)
|
||||
qdel(pr_inertial_movement)
|
||||
qdel(pr_give_air)
|
||||
qdel(pr_internal_damage)
|
||||
qdel(spark_system)
|
||||
pr_int_temp_processor = null
|
||||
pr_give_air = null
|
||||
pr_internal_damage = null
|
||||
spark_system = null
|
||||
qdel_null(pr_int_temp_processor)
|
||||
qdel_null(pr_inertial_movement)
|
||||
qdel_null(pr_give_air)
|
||||
qdel_null(pr_internal_damage)
|
||||
qdel_null(spark_system)
|
||||
|
||||
mechas_list -= src //global mech list
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
////////////////////////
|
||||
////// Helpers /////////
|
||||
|
||||
Reference in New Issue
Block a user