Skip to content

Commit

Permalink
New visual stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManWithNoHands committed Jan 11, 2025
1 parent 78ca468 commit 9e274af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
. = list()
var/combat_gen_text = "Inactive"
. += "Acid: [acid_amount]/[max_acid]"
. += "Acid generation cap: [acid_gen_cap]"
if(acid_amount >= acid_gen_cap)
. += "Passive acid generation cap ([acid_gen_cap]) reached"
if(combat_gen_active)
combat_gen_text = "Active"
. += "Battle acid generation: [combat_gen_text]"
Expand Down
Binary file modified icons/mob/xenos/castes/tier_1/runner_strain_overlays.dmi
Binary file not shown.

0 comments on commit 9e274af

Please sign in to comment.