More Revenant Tweaks (#11146)

This commit is contained in:
Geeves
2021-02-11 22:27:48 +01:00
committed by GitHub
parent e84e55bcc4
commit 01bb640e14
15 changed files with 138 additions and 50 deletions
+3
View File
@@ -399,6 +399,9 @@
playsound(src.loc, 'sound/effects/refill.ogg', 50, 1, -6)
return
else if(istype(O, /obj/structure/reagent_dispensers/fueltank) && O.Adjacent(user) && welding)
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
var/obj/structure/reagent_dispensers/fueltank/tank = O
if(tank.armed)
to_chat(user, "<span class='warning'>You are already heating \the [O]!</span>")