Skip to content

Commit

Permalink
Restoration of acid wall sprite + layer tweak (#14047)
Browse files Browse the repository at this point in the history
* fix acid wall sprites

* Update aliens.dm

* Update aliens.dm
  • Loading branch information
Blundir authored Sep 30, 2023
1 parent 8076f0e commit 8ff10d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/game/objects/effects/aliens.dm
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@
. = ..()
acid_melt_multiplier = melting_rate
acid_t = target
if(!acid_t)
return INITIALIZE_HINT_QDEL
layer = acid_t.layer
if(iswallturf(acid_t))
icon_state = icon_state += "_wall"
START_PROCESSING(SSslowprocess, src)

/obj/effect/xenomorph/acid/Destroy()
Expand Down

0 comments on commit 8ff10d7

Please sign in to comment.