new() was missing ..()

This commit is contained in:
atermonera
2018-07-08 13:48:40 -07:00
parent 41a67235ce
commit a5eb8954ab
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ GLOBAL_LIST_BOILERPLATE(all_portals, /obj/effect/portal)
return
/obj/effect/portal/New()
..() // Necessary for the list boilerplate to work
spawn(300)
qdel(src)
return