Adds Subtle Teleporter

It is also a structure, which should make it easier to use in buildmode. Current uses vanilla portal sprite.
This commit is contained in:
Unknown
2019-04-24 20:20:51 -04:00
parent c8f104bc2d
commit f21c5e4430
3 changed files with 66 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
//wrapper
/proc/do_noeffect_teleport(ateleatom, adestination, aprecision=0, afteleport=1, aeffectin=null, aeffectout=null, asoundin=null, asoundout=null, local=TRUE)
new /datum/teleport/instant/science/noeffect(arglist(args))
return
/datum/teleport/instant/science/noeffect/setEffects(datum/effect/effect/system/aeffectin,datum/effect/effect/system/aeffectout)
return 1
/datum/teleport/proc/try_televore()
//Destination is in a belly
if(isbelly(destination.loc))