mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 15:15:32 +01:00
Weakref cleanup (#19382)
* oh god help * fixes * oops * container runtime --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
var/list/skin_color
|
||||
var/list/hair_color
|
||||
|
||||
/datum/organ_data/Destroy(force)
|
||||
. = ..()
|
||||
species = null
|
||||
|
||||
/datum/organ_data/proc/setup_from_dna(var/datum/dna/dna)
|
||||
SHOULD_NOT_OVERRIDE(TRUE)
|
||||
// Prosfab uses default dna to get vars, lets respect that still
|
||||
|
||||
Reference in New Issue
Block a user