mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Adds sanity to pinpointers (#50803)
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
return
|
||||
var/turf/here = get_turf(src)
|
||||
var/turf/there = get_turf(target)
|
||||
if(here.z != there.z)
|
||||
if(!here || !there || here.z != there.z)
|
||||
. += "pinon[alert ? "alert" : ""]null[icon_suffix]"
|
||||
return
|
||||
. += get_direction_icon(here, there)
|
||||
|
||||
Reference in New Issue
Block a user