Skip to content

Commit

Permalink
Merge pull request #4610 from Varoxus/BazongerFix
Browse files Browse the repository at this point in the history
Bazonger fix
  • Loading branch information
Tk420634 authored Mar 8, 2024
2 parents 7e0b9b6 + 0660d1e commit 45cf8c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/arousal/genitals_sprite_accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
icon_state = "udders"
name = "Udders"

/datum/sprite_accessory/breasts/pair_round
/datum/sprite_accessory/breasts/pairround
icon_state = "pairround"
name = "Pair(round)"

Expand Down
4 changes: 4 additions & 0 deletions code/modules/arousal/organs/breasts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ GLOBAL_LIST_INIT(massive_breast_descriptors, list(
out["BitName"] = "A set of udders."
if("pair")
out["BitName"] = "A pair of breasts."
if("pairround")
out["BitName"] = "A pair of breasts."
else
out["BitName"] = "A [shape]-set of breasts."
out["BitSize"] = "They are a [uppertext(size)]-cup."
Expand All @@ -92,6 +94,8 @@ GLOBAL_LIST_INIT(massive_breast_descriptors, list(
switch(lowershape)
if("pair")
desc = "You see a pair of breasts."
if("pairround")
desc = "You see a pair of breasts."
if("quad")
desc = "You see two pairs of breast, one just under the other."
if("sextuple")
Expand Down

0 comments on commit 45cf8c5

Please sign in to comment.