mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
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:
co-authored by
Candycaneannihalator
parent
f9445e027f
commit
3caca4218e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user