mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 16:44:43 +01:00
[MIRROR] Headpikes now use proper grammar when referencing their spear type [MDB IGNORE] (#18644)
* Headpikes now use proper grammar when referencing their spear type (#72626) ## About The Pull Request When creating a name for the headpike structure, the spear name is now used, rather than just a reference to the spear itself. This led to funky grammar and ruined immersion etc etc. ## Why It's Good For The Game Closes #72583. ## Changelog 🆑 spellcheck: Head-spears are now named properly when using alternate spear types. /🆑 * Headpikes now use proper grammar when referencing their spear type Co-authored-by: Rhials <Datguy33456@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/structure/headpike/update_name()
|
||||
name = "[victim.real_name] on a [spear]"
|
||||
name = "[victim.real_name] on a [spear.name]"
|
||||
return ..()
|
||||
|
||||
/obj/structure/headpike/update_overlays()
|
||||
|
||||
Reference in New Issue
Block a user