forked from Bubberstation/Bubberstation
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Changes the Concubus quirk to require breast milk - Changes breast milk to be a variant of standard milk instead of a unique reagent
- Loading branch information
Showing
4 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
...zzplurt/code/modules/modular_items/lewd_items/code/lewd_chemistry/reagents/breast_milk.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// New implementation | ||
/datum/reagent/consumable/milk/breast_milk | ||
name = "breast milk" | ||
description = "An opaque white liquid taken fresh from the source." | ||
taste_description = "warm and creamy" | ||
default_container = /datum/glass_style/drinking_glass/breast_milk | ||
|
||
// Replace glass requirement | ||
/datum/glass_style/drinking_glass/breast_milk | ||
required_drink_type = /datum/reagent/consumable/milk/breast_milk |
3 changes: 3 additions & 0 deletions
3
modular_zzplurt/code/modules/modular_items/lewd_items/code/lewd_organs/breasts.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/obj/item/organ/external/genital/breasts | ||
// Replace fluid with new milk type | ||
internal_fluid_datum = /datum/reagent/consumable/milk/breast_milk |
2 changes: 1 addition & 1 deletion
2
modular_zzplurt/code/modules/reagents/chemistry/reagents/drink/drink_reagents.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters