mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[MIRROR] Improved dismemberment mood messages. [MDB IGNORE] (#23535)
* Improved dismemberment mood messages. (#78134) ## About The Pull Request Implements suggestions in #78107 Old:  New:  ## Why It's Good For The Game Proper all-caps looks significantly less awkward than the current message, and the rearranged phrasing flows better than "I WAS USING THAT LEFT LEG!" and such. ## Changelog 🆑 spellcheck: Improved phrasing and syntax on dismemberment mood messages. /🆑 * Improved dismemberment mood messages. --------- Co-authored-by: lizardqueenlexi <105025397+lizardqueenlexi@users.noreply.github.com>
This commit is contained in:
@@ -78,13 +78,13 @@
|
||||
timeout = 60 SECONDS
|
||||
|
||||
/datum/mood_event/dismembered
|
||||
description = "AHH! I WAS USING THAT LIMB!"
|
||||
description = "AHH! MY LIMB! I WAS USING THAT!"
|
||||
mood_change = -10
|
||||
timeout = 8 MINUTES
|
||||
|
||||
/datum/mood_event/dismembered/add_effects(obj/item/bodypart/limb)
|
||||
if(limb)
|
||||
description = "AHH! I WAS USING THAT [full_capitalize(limb.plaintext_zone)]"
|
||||
description = "AHH! MY [uppertext(limb.plaintext_zone)]! I WAS USING THAT!"
|
||||
|
||||
/datum/mood_event/reattachment
|
||||
description = "Ouch! My limb feels like I fell asleep on it."
|
||||
|
||||
Reference in New Issue
Block a user