Windoors are vulnerable to a jaws of life (#71733)

## About The Pull Request
Windoors can be pried by a jaws of life now
## Why It's Good For The Game
Windoors are already immune to any kind of deconstruction outside of
bashing it, so making it immune to the jaws of life as well seems
excessive
## Changelog
🆑
balance: jaws of life can pry windoors
/🆑

Co-authored-by: Candycaneannihalator <candycane@thisisnotarealaddr.com>
This commit is contained in:
texan-down-under
2022-12-09 16:00:49 -05:00
committed by GitHub
co-authored by Candycaneannihalator
parent f9445e027f
commit 3caca4218e
+2 -2
View File
@@ -355,8 +355,8 @@
return turn(dir,180) & unres_sides
return ..()
/obj/machinery/door/window/try_to_crowbar(obj/item/I, mob/user)
if(!hasPower())
/obj/machinery/door/window/try_to_crowbar(obj/item/I, mob/user, forced = FALSE)
if(!hasPower() || forced)
if(density)
open(2)
else