mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
More Revenant Tweaks (#11146)
This commit is contained in:
@@ -65,6 +65,9 @@
|
||||
return
|
||||
|
||||
if (O.iswrench())
|
||||
if(use_check(user, USE_DISALLOW_SPECIALS))
|
||||
to_chat(user, SPAN_WARNING("A strange force prevents you from doing this.")) //there is no way to justify this icly
|
||||
return
|
||||
if(can_tamper && user.a_intent == I_HURT)
|
||||
user.visible_message("<span class='warning'>\The [user] wrenches \the [src]'s faucet [is_leaking ? "closed" : "open"].</span>","<span class='warning'>You wrench \the [src]'s faucet [is_leaking ? "closed" : "open"]</span>")
|
||||
is_leaking = !is_leaking
|
||||
|
||||
Reference in New Issue
Block a user