mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 02:52:01 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user