what the fuck
This commit is contained in:
@@ -95,6 +95,7 @@
|
|||||||
taste_description = "strawberry roofies"
|
taste_description = "strawberry roofies"
|
||||||
taste_mult = 2 //Hide the roofies in stronger flavors
|
taste_mult = 2 //Hide the roofies in stronger flavors
|
||||||
color = "#FFADFF"//PINK, rgb(255, 173, 255)
|
color = "#FFADFF"//PINK, rgb(255, 173, 255)
|
||||||
|
can_synth = FALSE
|
||||||
|
|
||||||
/datum/reagent/drug/aphrodisiac/on_mob_life(mob/living/M)
|
/datum/reagent/drug/aphrodisiac/on_mob_life(mob/living/M)
|
||||||
if(M && M.client?.prefs.arousable && !(M.client?.prefs.cit_toggles & NO_APHRO))
|
if(M && M.client?.prefs.arousable && !(M.client?.prefs.cit_toggles & NO_APHRO))
|
||||||
@@ -120,6 +121,7 @@
|
|||||||
color = "#FF2BFF"//dark pink
|
color = "#FF2BFF"//dark pink
|
||||||
addiction_threshold = 20
|
addiction_threshold = 20
|
||||||
overdose_threshold = 20
|
overdose_threshold = 20
|
||||||
|
can_synth = FALSE
|
||||||
|
|
||||||
/datum/reagent/drug/aphrodisiacplus/on_mob_life(mob/living/M)
|
/datum/reagent/drug/aphrodisiacplus/on_mob_life(mob/living/M)
|
||||||
if(M && M.client?.prefs.arousable && !(M.client?.prefs.cit_toggles & NO_APHRO))
|
if(M && M.client?.prefs.arousable && !(M.client?.prefs.cit_toggles & NO_APHRO))
|
||||||
@@ -174,6 +176,7 @@
|
|||||||
taste_mult = 2
|
taste_mult = 2
|
||||||
color = "#D9D9D9"//rgb(217, 217, 217)
|
color = "#D9D9D9"//rgb(217, 217, 217)
|
||||||
reagent_state = SOLID
|
reagent_state = SOLID
|
||||||
|
can_synth = FALSE
|
||||||
|
|
||||||
/datum/reagent/drug/anaphrodisiac/on_mob_life(mob/living/M)
|
/datum/reagent/drug/anaphrodisiac/on_mob_life(mob/living/M)
|
||||||
if(M && M.client?.prefs.arousable && prob(16))
|
if(M && M.client?.prefs.arousable && prob(16))
|
||||||
@@ -191,6 +194,7 @@
|
|||||||
color = "#D9D9D9"//rgb(217, 217, 217)
|
color = "#D9D9D9"//rgb(217, 217, 217)
|
||||||
reagent_state = SOLID
|
reagent_state = SOLID
|
||||||
overdose_threshold = 20
|
overdose_threshold = 20
|
||||||
|
can_synth = FALSE
|
||||||
|
|
||||||
/datum/reagent/drug/anaphrodisiacplus/on_mob_life(mob/living/M)
|
/datum/reagent/drug/anaphrodisiacplus/on_mob_life(mob/living/M)
|
||||||
if(M && M.client?.prefs.arousable)
|
if(M && M.client?.prefs.arousable)
|
||||||
|
|||||||
Reference in New Issue
Block a user