Skip to content

Commit

Permalink
Moth Milk (#25650) (#1172)
Browse files Browse the repository at this point in the history
* add moth milk

* add moth milk

* add moth milk

* add moth milk

* add moth milk

* add moth milk

* add moth milk

* add

Co-authored-by: yorii <[email protected]>
  • Loading branch information
Steals-The-PRs and yorii authored Dec 17, 2023
1 parent c95dac2 commit 170524f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
color = "#ffffffff"
reagent_state = LIQUID

/datum/reagent/consumable/breast_milk/moth_milk
name = "moth milk"
description = "This looks familiar... Wait, what the fuck?!"
taste_description = "warm and silky"
color = "#ffffddff"

/datum/glass_style/drinking_glass/breast_milk
required_drink_type = /datum/reagent/consumable/breast_milk
icon_state = "glass_white"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
if(DNA.features["breasts_size"] > 0)
size = DNA.features["breasts_size"]

if(istype((DNA.species), /datum/species/moth))
internal_fluid_datum = /datum/reagent/consumable/breast_milk/moth_milk

switch(genital_type)
if("pair")
breasts_capacity = 2
Expand Down

0 comments on commit 170524f

Please sign in to comment.