Fixes an heirloom trait-related runtime that gets spammed in the logs (#37036)
* honk * return * Update negative.dm * Update _trait.dm
This commit is contained in:
committed by
CitadelStationBot
parent
120457d8fd
commit
2c275be1c1
@@ -56,6 +56,7 @@
|
||||
|
||||
/datum/trait/process()
|
||||
if(QDELETED(trait_holder))
|
||||
trait_holder = null
|
||||
qdel(src)
|
||||
return
|
||||
if(trait_holder.stat == DEAD)
|
||||
|
||||
Reference in New Issue
Block a user