mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Moth Milk (#25650)
* add moth milk * add moth milk * add moth milk * add moth milk * add moth milk * add moth milk * add moth milk * add
This commit is contained in:
+6
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user