Skip to content

Commit

Permalink
Makes sticky resin unacidable (#14662)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmixo authored Dec 22, 2023
1 parent 1c35e57 commit a2de9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/xeno.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
desc = "Looks like some kind of slimy growth."
icon_state = "Resin1"
max_integrity = 200
resistance_flags = XENO_DAMAGEABLE
resistance_flags = XENO_DAMAGEABLE|UNACIDABLE


/obj/alien/resin/attack_hand(mob/living/user)
Expand Down

0 comments on commit a2de9e8

Please sign in to comment.