Small recipie changes.

This commit is contained in:
Fermi
2019-05-29 01:41:30 +01:00
parent 543dc9a399
commit 331c2887ea
2 changed files with 5 additions and 7 deletions
@@ -81,7 +81,7 @@
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>")
if (B.size == "huge")
if(prob(2))
if(prob(1))
to_chat(owner, "<span class='notice'>Your back is feeling a little sore.</span>")
var/target = o.get_bodypart(BODY_ZONE_CHEST)
o.apply_damage(0.1, BRUTE, target)
@@ -103,8 +103,7 @@
if(10 to INFINITY)
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>")
if(prob(5))
if(prob(2))
to_chat(owner, "<span class='notice'>Your back is feeling a little sore.</span>")
..()