Suicicide -> Suicide (#62614)

This PR just fixes a small spelling error in the suicide message for the singulo toy, probably a waste of a pr but hey, I'm trying to remember how to do these and figured I'd do a quick and easy one.
This commit is contained in:
Toastgoats
2021-11-07 10:09:39 -05:00
committed by GitHub
parent 95d3cde9c7
commit 2d32f3d2e3
+1 -1
View File
@@ -198,7 +198,7 @@
if(!myhead)
user.visible_message(span_suicide("[user] tries consuming [src]... but [user.p_they()] [user.p_have()] no mouth!")) // and i must scream
return SHAME
user.visible_message(span_suicide("[user] consumes [src]! It looks like [user.p_theyre()] trying to commit suicicide!"))
user.visible_message(span_suicide("[user] consumes [src]! It looks like [user.p_theyre()] trying to commit suicide!"))
playsound(user, 'sound/items/eatfood.ogg', 50, TRUE)
user.adjust_nutrition(50) // mmmm delicious
addtimer(CALLBACK(src, .proc/manual_suicide, user), (3SECONDS))