Telecomms Stuff (#12680)

This commit is contained in:
Geeves
2021-11-09 22:40:23 +01:00
committed by GitHub
parent bf2c3e0f38
commit 8d5c3292fc
4 changed files with 75 additions and 55 deletions
+1 -1
View File
@@ -1066,7 +1066,7 @@ proc/is_blind(A)
#undef SAFE_PERP
/mob/proc/get_multitool(var/obj/P)
if(P.ismultitool())
if(P?.ismultitool())
return P
/mob/abstract/observer/get_multitool()