Borer_chem_lewd_update (#276)
* Borer_chem_lewd_update Added aphrodisiac and anaphrodisiac to the borer chemical list. Default costs for now. * Cloning-genitalia Previously, clones had DNA for genitals, but not the organs. This should give organs to any creature that has the DNA for them. * Revert "Cloning-genitalia" This reverts commit 67cac7775f1d8813638d3e77daaeed768822dfee.
This commit is contained in:
@@ -128,6 +128,8 @@ var/total_borer_hosts_needed = 10
|
||||
//borer_chems += /datum/borer_chem/creagent
|
||||
borer_chems += /datum/borer_chem/ethanol
|
||||
borer_chems += /datum/borer_chem/rezadone
|
||||
borer_chems += /datum/borer_chem/aphrodisiac
|
||||
borer_chems += /datum/borer_chem/anaphrodisiac
|
||||
|
||||
borers += src
|
||||
|
||||
|
||||
@@ -4,6 +4,14 @@
|
||||
var/chemuse = 30
|
||||
var/quantity = 10
|
||||
|
||||
/datum/borer_chem/aphrodisiac
|
||||
chemname = "aphro"
|
||||
chem_desc = "Increases arousal in host, if they're not in the mood yet."
|
||||
|
||||
/datum/borer_chem/anaphrodisiac
|
||||
chemname = "anaphro"
|
||||
chem_desc = "Decreases arousal in host, if they're getting a bit too frisky."
|
||||
|
||||
/datum/borer_chem/epinephrine
|
||||
chemname = "epinephrine"
|
||||
chem_desc = "Stabilizes critical condition and slowly restores oxygen damage. If overdosed, it will deal toxin and oxyloss damage."
|
||||
|
||||
Reference in New Issue
Block a user