Small recipie changes.
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
playsound(o.loc, 'sound/items/poster_ripped.ogg', 50, 1)
|
playsound(o.loc, 'sound/items/poster_ripped.ogg', 50, 1)
|
||||||
to_chat(owner, "<span class='warning'>Your enormous breasts are way too large to fit anything over them!</b></span>")
|
to_chat(owner, "<span class='warning'>Your enormous breasts are way too large to fit anything over them!</b></span>")
|
||||||
if (B.size == "huge")
|
if (B.size == "huge")
|
||||||
if(prob(2))
|
if(prob(1))
|
||||||
to_chat(owner, "<span class='notice'>Your back is feeling a little sore.</span>")
|
to_chat(owner, "<span class='notice'>Your back is feeling a little sore.</span>")
|
||||||
var/target = o.get_bodypart(BODY_ZONE_CHEST)
|
var/target = o.get_bodypart(BODY_ZONE_CHEST)
|
||||||
o.apply_damage(0.1, BRUTE, target)
|
o.apply_damage(0.1, BRUTE, target)
|
||||||
@@ -103,8 +103,7 @@
|
|||||||
if(10 to INFINITY)
|
if(10 to INFINITY)
|
||||||
if (B.breast_sizes[B.prev_size] != B.breast_sizes[B.size])
|
if (B.breast_sizes[B.prev_size] != B.breast_sizes[B.size])
|
||||||
to_chat(H, "<span class='warning'>Your indulgent busom is so substantial, it's affecting your movements!</b></span>")
|
to_chat(H, "<span class='warning'>Your indulgent busom is so substantial, it's affecting your movements!</b></span>")
|
||||||
if(prob(5))
|
if(prob(2))
|
||||||
|
|
||||||
to_chat(owner, "<span class='notice'>Your back is feeling a little sore.</span>")
|
to_chat(owner, "<span class='notice'>Your back is feeling a little sore.</span>")
|
||||||
..()
|
..()
|
||||||
|
|
||||||
|
|||||||
@@ -46,8 +46,7 @@
|
|||||||
R.add_reagent(reagent.id, reagent.volume)
|
R.add_reagent(reagent.id, reagent.volume)
|
||||||
else if (istype(reagent, /datum/reagent/toxin/plasma))
|
else if (istype(reagent, /datum/reagent/toxin/plasma))
|
||||||
R.add_reagent(reagent.id, reagent.volume) //for !FUN! (am I doing this right?)
|
R.add_reagent(reagent.id, reagent.volume) //for !FUN! (am I doing this right?)
|
||||||
continue //Only allow fermichems into the mix (fermi explosions are handled elsewhere and it's a huge pain)
|
continue //Only allow fermichems into the mix (specific fermi explosions are handled elsewhere)
|
||||||
//R.add_reagent(reagent, reagent.volume)
|
|
||||||
if (reagent.purity < 0.6)
|
if (reagent.purity < 0.6)
|
||||||
ImpureTot = (ImpureTot + (1-reagent.purity)) / 2
|
ImpureTot = (ImpureTot + (1-reagent.purity)) / 2
|
||||||
|
|
||||||
@@ -106,7 +105,7 @@
|
|||||||
name = "Synthetic-derived growth factor"
|
name = "Synthetic-derived growth factor"
|
||||||
id = "SDGF"
|
id = "SDGF"
|
||||||
results = list("SDGF" = 0.3)
|
results = list("SDGF" = 0.3)
|
||||||
required_reagents = list("stable_plasma" = 0.5, "slimejelly" = 0.5, "synthflesh" = 0.1, "blood" = 0.1)
|
required_reagents = list("stable_plasma" = 0.5, "slimejelly" = 0.5, "uranium" = 0.5, "synthflesh" = 0.5, "blood" = 0.5)
|
||||||
mix_message = "the reaction gives off a blorble!"
|
mix_message = "the reaction gives off a blorble!"
|
||||||
//FermiChem vars:
|
//FermiChem vars:
|
||||||
OptimalTempMin = 600 // Lower area of bell curve for determining heat based rate reactions
|
OptimalTempMin = 600 // Lower area of bell curve for determining heat based rate reactions
|
||||||
@@ -207,7 +206,7 @@
|
|||||||
name = "Astrogen"
|
name = "Astrogen"
|
||||||
id = "astral"
|
id = "astral"
|
||||||
results = list("astral" = 0.5)
|
results = list("astral" = 0.5)
|
||||||
required_reagents = list("eigenstate" = 0.1, "plasma" = 0.1, "synaptizine" = 0.1, "aluminium" = 0.5)
|
required_reagents = list("eigenstate" = 0.1, "plasma" = 0.3, "synaptizine" = 0.1, "aluminium" = 0.5)
|
||||||
//FermiChem vars:
|
//FermiChem vars:
|
||||||
OptimalTempMin = 700
|
OptimalTempMin = 700
|
||||||
OptimalTempMax = 800
|
OptimalTempMax = 800
|
||||||
|
|||||||
Reference in New Issue
Block a user