POLARIS: Fix several Destroy()s

This commit is contained in:
Arokha Sieyes
2018-02-20 00:20:46 -05:00
parent 71039bdd12
commit a75cfe0eb1
7 changed files with 26 additions and 10 deletions

View File

@@ -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