ok i guess it has to be initialize

This commit is contained in:
Putnam
2020-10-02 17:39:53 -07:00
parent 3b21c31872
commit 29213bbcbe
+1 -1
View File
@@ -133,7 +133,7 @@
/obj/structure/toilet/secret
var/secret_type = null
/obj/structure/toilet/secret/PopulateContents()
/obj/structure/toilet/secret/Initialize()
. = ..()
if (secret_type)
new secret_type(src)