More Openturf Tweaks (#3137)

changes:

Openturfs now darken the lower level less (0.4 lighting multiplier vs. 0.25).
You can now examine human-types and other objects with special examine behavior through Z-levels. (OOs proxy examine())
Fixed a bug where shadower updates caused by LO updates caused visual inconsistencies.
This commit is contained in:
Lohikar
2017-07-23 04:40:44 -05:00
committed by Erki
parent 0c94e7ab8e
commit ff5cd35ef8
4 changed files with 11 additions and 36 deletions

View File

@@ -135,6 +135,9 @@
/atom/movable/openspace/overlay/attack_generic(mob/user as mob)
user << span("notice", "You cannot reach \the [src] from here.")
/atom/movable/openspace/overlay/examine(mob/examiner)
associated_atom.examine(examiner)
/atom/movable/openspace/overlay/forceMove(atom/dest)
. = ..()
if (isopenturf(dest))