mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user