Merge pull request #7958 from Atermonera/examine_autoexpansion

Fixes context-menu examine expanding incorrect target
This commit is contained in:
Atermonera
2021-03-10 14:37:06 -05:00
committed by VirgoBot
parent e5adf9a49a
commit 3e3522f97d
5 changed files with 22 additions and 28 deletions
+4
View File
@@ -10,3 +10,7 @@
viewX = text2num(viewrangelist[1])
viewY = text2num(viewrangelist[2])
return list(viewX, viewY)
// Used to get `atom/O as obj|mob|turf in view()` to match against strings containing apostrophes immediately after substrings that match to other objects. Somehow. - Ater
/proc/_validate_atom(atom/A)
return view()