POLARIS: Fix several Destroy()s

This commit is contained in:
Arokha Sieyes
2018-02-20 00:20:46 -05:00
parent d498beffdb
commit 0c0f09fe68
7 changed files with 71 additions and 42 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