Added 5 new types of random events

This commit is contained in:
ZomgPonies
2013-11-05 08:08:01 -05:00
parent 56d3b09577
commit c5ebe7acaa
17 changed files with 829 additions and 250 deletions
+5
View File
@@ -23,11 +23,16 @@
return
/obj/effect/portal/New()
portals += src
spawn(300)
del(src)
return
return
/obj/effect/portal/Del()
portals -= src
return ..()
/obj/effect/portal/proc/teleport(atom/movable/M as mob|obj)
if(istype(M, /obj/effect)) //sparks don't teleport
return