Attack chain migration: structures. (#30365)

* Attack chain migration: structures.

* whoops

* wth
This commit is contained in:
warriorstar-orion
2025-09-14 19:21:36 +00:00
committed by GitHub
parent cd7b4e7292
commit 3208049a8a
87 changed files with 1396 additions and 404 deletions
+1 -2
View File
@@ -53,7 +53,6 @@
icon_state = "wall"
var/torn = /obj/item/inflatable/torn
var/intact = /obj/item/inflatable
new_attack_chain = TRUE
/obj/structure/inflatable/examine(mob/user)
. = ..()
@@ -219,7 +218,7 @@
if(!useResource(user))
return ITEM_INTERACT_COMPLETE
return ..()
/obj/item/inflatable/cyborg/proc/useResource(mob/user)