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

Commit f998cce

Browse files
authored
Fixes Jungleland rocks being flammable (#22557)
* Update flora.dm * Update flora.dm
1 parent a0d6b96 commit f998cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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 = parent_type::resistance_flags | UNACIDABLE
378+
resistance_flags = parent_type::resistance_flags | FIRE_PROOF
379379
density = TRUE
380380
var/obj/item/stack/mineResult = /obj/item/stack/ore/glass/basalt
381381

0 commit comments

Comments
 (0)