mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
uh oh (#19490)
This commit is contained in:
@@ -453,7 +453,7 @@
|
|||||||
else
|
else
|
||||||
to_chat(user, "The wires seem fine, there's no need to fix them.")
|
to_chat(user, "The wires seem fine, there's no need to fix them.")
|
||||||
|
|
||||||
else if(W.tool_behaviour == TOOL_CROWBAR) // crowbar means open or close the cover
|
else if(W.tool_behaviour == TOOL_CROWBAR && (user.a_intent != INTENT_HARM || user == src)) // crowbar means open or close the cover
|
||||||
if(opened)
|
if(opened)
|
||||||
to_chat(user, span_notice("You close the cover."))
|
to_chat(user, span_notice("You close the cover."))
|
||||||
opened = 0
|
opened = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user