mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
POLARIS: Fix several Destroy()s
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
/datum/nano_module/New(var/host)
|
||||
src.host = host
|
||||
|
||||
/datum/nano_module/Destroy()
|
||||
host = null
|
||||
return ..()
|
||||
|
||||
/datum/nano_module/nano_host()
|
||||
return host ? host : src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user