mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
Makes it == to something
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/datum/component/storage/concrete/wallet/on_alt_click(datum/source, mob/user)
|
||||
if(!isliving(user) || !user.CanReach(parent) || SOFT_CRIT || UNCONSCIOUS)
|
||||
if(!isliving(user) || !user.CanReach(parent) || (user.stat == SOFT_CRIT || UNCONSCIOUS))
|
||||
return
|
||||
if(locked)
|
||||
to_chat(user, "<span class='warning'>[parent] seems to be locked!</span>")
|
||||
|
||||
Reference in New Issue
Block a user