mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 08:46:57 +01:00
sanity checks custom text locate (#4761)
This commit is contained in:
@@ -263,6 +263,9 @@
|
||||
if(!D)
|
||||
alert("Invalid ref!")
|
||||
continue
|
||||
if(!istype(D))
|
||||
alert("Not a datum.")
|
||||
continue
|
||||
if(!D.can_vv_mark())
|
||||
alert("Datum can not be marked!")
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user