mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Unconscious don't trigger mousetraps.
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
|
||||
|
||||
/obj/item/weapon/storage/proc/show_to(mob/user)
|
||||
if(user.s_active != src && !isobserver(user))
|
||||
if(user.s_active != src && (user.stat == CONSCIOUS))
|
||||
for(var/obj/item/I in src)
|
||||
if(I.on_found(user))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user