Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit ee8317a

Browse files
authored
Fixes jungleland structures being vulnerable to the acid they spawn on (#22515)
1 parent 21f1cd6 commit ee8317a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

code/game/objects/structures/flora.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
icon_state = "basalt"
376376
desc = "A volcanic rock. Pioneers used to ride these babies for miles."
377377
icon = 'icons/obj/flora/rocks.dmi'
378-
resistance_flags = FIRE_PROOF
378+
resistance_flags = parent_type::resistance_flags | UNACIDABLE
379379
density = TRUE
380380
var/obj/item/stack/mineResult = /obj/item/stack/ore/glass/basalt
381381

yogstation/code/modules/jungleland/jungle_structures.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
icon = 'yogstation/icons/obj/jungle.dmi'
213213
anchored = TRUE
214214
density = FALSE
215+
resistance_flags = FLAMMABLE | UNACIDABLE
215216

216217
var/picked_result
217218
var/picked_amt

0 commit comments

Comments
 (0)