FIXES RUNTIME EVERYTIME A PAI MOVES (#69054)

Fixes runtime on movement if a pai fails to put the hacking cable in its holder's hands
This commit is contained in:
ShizCalev
2022-08-08 23:11:10 +12:00
committed by GitHub
parent 06cd9086eb
commit 259aeff063
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -157,7 +157,7 @@
to_chat(src, span_syndradio("You are not at liberty to do this! All agents are clandestine."))
return FALSE
var/mob/living/carbon/holder = get_holder()
if(!holder)
if(!iscarbon(holder))
balloon_alert(src, "not being carried")
return FALSE
balloon_alert(src, "requesting DNA sample")