mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Fixes sleep clicking
Fixes sleep clicking Fixes https://github.com/tgstation/-tg-station/issues/14456
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
CtrlClickOn(A)
|
||||
return
|
||||
|
||||
if(stat || paralysis || stunned || weakened)
|
||||
if(stat || paralysis || stunned || weakened || sleeping)
|
||||
return
|
||||
|
||||
face_atom(A)
|
||||
|
||||
Reference in New Issue
Block a user