mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-25 09:41:29 +00:00
Fixes a few runtimes (#23264)
* The fixes * This probably has a worse underlying cause * Update code/modules/paperwork/paper.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * Cotnra review * Contra review * Removes nullcheck --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
if(Adjacent(user) && !opened)
|
||||
if(HAS_TRAIT(user, TRAIT_HANDS_BLOCKED) || user.stat) // Don't use it if you're not able to! Checks for stuns, ghost and restrain
|
||||
return
|
||||
togglelock()
|
||||
togglelock(user)
|
||||
return
|
||||
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user