TG: Removes the ERP system because it has bugs in it/generates runtimes and I don't

feel like maintaining/expanding it.  If any of the other coders want to, they
can re-add it.
Converts the metadata system into its own thing
Makes ghost_ears hear emotes as well as a test.
 Revision: r3392
Author: 	 VivianFoxfoot
This commit is contained in:
Ren Erthilo
2012-05-01 19:41:36 +01:00
parent 31dfbf7fc6
commit 4077f00143
3 changed files with 25 additions and 1 deletions

View File

@@ -111,6 +111,10 @@
playSpecials(curturf,effectin,soundin)
// Remove any luminosity etc.
var/prevlum = teleatom.luminosity
teleatom.luminosity = 0
if(force_teleport)
teleatom.forceMove(destturf)
playSpecials(destturf,effectout,soundout)
@@ -118,6 +122,10 @@
if(teleatom.Move(destturf))
playSpecials(destturf,effectout,soundout)
// Re-Apply lum
teleatom.sd_SetLuminosity(prevlum)
return 1
proc/teleport()