Add files via upload

This commit is contained in:
Razgriz
2019-08-30 02:00:04 -07:00
committed by GitHub
parent 9fff08f568
commit 7b0cfba715
@@ -179,9 +179,8 @@
/mob/living/simple_animal/hostile/piranhaplant/spitter/init_vore()
..()
var/obj/belly/B = vore_selected
B.vore_verb = "chomp up"
B.name = "stomach"
B.desc = "You're pulled into the tight stomach of the plant. The walls knead weakly around you, coating you in thick, viscous fluids that cling to your body, that soon starts to tingle and burn..."
B.vore_verb = "slurped up"
B.desc = "You're pulled into the tight mouth of the plant. The tongue mulls you about and squishes you around, coating you in a slurry of digestive fluides that burn hotly and smell foul."
B.digest_burn = 5
B.digest_brute = 0
@@ -229,6 +228,7 @@
/mob/living/simple_animal/hostile/piranhaplant/pitcher/init_vore()
..()
var/obj/belly/B = vore_selected
B.desc = "You're pulled into the tight stomach of the plant. The walls knead weakly around you, coating you in thick, viscous fluids that cling to your body, that soon starts to tingle and burn..."
B.digest_burn = 0.5
B.digest_brute = 0
B.vore_verb = "slurp up"