Skip to content

Commit

Permalink
Merge pull request #700 from Durandaal/liquidbelly-fix
Browse files Browse the repository at this point in the history
Liquidbelly Typo Fix
  • Loading branch information
lm40 authored Dec 8, 2024
2 parents 144ad11 + dd4dbfe commit 054ad7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/vore/eating/vorepanel_vr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2459,7 +2459,7 @@ var/global/list/belly_colorable_only_fullscreens = list("a_synth_flesh_mono",
to_chat(usr,"<span class='warning'>Your [lowertext(host.vore_selected.name)] now has liquid options.</span>")
else
host.vore_selected.show_liquids = 0
to_chat(usr,"<span class='warning'>Your [lowertext(host.vore_selected.name)] elected.name)] no longer has liquid options.</span>")
to_chat(usr,"<span class='warning'>Your [lowertext(host.vore_selected.name)] no longer has liquid options.</span>")
. = TRUE
if("b_liq_reagent_gen")
if(!host.vore_selected.reagentbellymode) //liquid container adjustments and interactions.
Expand Down

0 comments on commit 054ad7b

Please sign in to comment.