mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-27 05:56:28 +01:00
Minor Spelling Fix
Title, fix spelling of vore action for spitters. Piranha Spitter is attemping to slurped up Samantha Janice Softfur into their stomach! --> Piranha Spitter is attemping to slurp up Samantha Janice Softfur into their stomach!
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
/mob/living/simple_animal/hostile/piranhaplant/spitter/init_vore()
|
||||
..()
|
||||
var/obj/belly/B = vore_selected
|
||||
B.vore_verb = "slurped up"
|
||||
B.vore_verb = "slurp 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
|
||||
@@ -232,4 +232,4 @@
|
||||
B.digest_burn = 0.5
|
||||
B.digest_brute = 0
|
||||
B.vore_verb = "slurp up"
|
||||
B.name = "pitcher"
|
||||
B.name = "pitcher"
|
||||
|
||||
Reference in New Issue
Block a user