Fixes #15047 cyborgs using hotkeys while dead (#15150)

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
This commit is contained in:
Kyep
2020-12-20 10:10:03 +00:00
committed by GitHub
co-authored by Kyep
parent 09113bd43a
commit eb45ef9d9f
+2
View File
@@ -17,6 +17,8 @@
if(is_ventcrawling(src)) // To stop drones interacting with anything while ventcrawling
return
if(stat == DEAD)
return
var/list/modifiers = params2list(params)
if(modifiers["shift"] && modifiers["ctrl"])