Murphy lore (#4443)

## About The Pull Request

Patches up some holes in the Murphy's descriptions, in the style of
classic guns such as the overheating WT, cancer-giving advanced egun and
other mad-science corpo-money-grabbing pieces of lore.
## Why It's Good For The Game

Someone pointed out it's not a satisfying enough description, so I redid
it.

Doesn't affect gameplay. Compiles. Etc etc.

<details>
<summary>Screenshots/Videos</summary>

</details>

## Changelog

🆑
add: Murphy's lore and descriptions adjusted
/🆑
This commit is contained in:
Ssalty
2025-09-12 13:14:17 -04:00
committed by GitHub
parent c661be3727
commit 3dbe32ddb9
6 changed files with 14 additions and 10 deletions
@@ -1,6 +1,6 @@
/obj/item/gun/ballistic/automatic/pistol/sec_glock //This is what you give to the Head of Security.
/obj/item/gun/ballistic/automatic/pistol/sec_glock
name = "\improper 'Murphy' Service Pistol"
desc = "This 9 mm monster was developed during the very first body-modding craze by Nanotrasen, built with every what-if in mind, this timeless brick is near-incapable of failure. It comes with a revolutionary quick-reload system."
desc = "This 9mm monster was developed during the very first body-modding craze by Nanotrasen, built with every what-if in mind, this timeless brick is near-incapable of failure. It comes with a revolutionary quick-reload system."
icon = 'modular_zubbers/icons/obj/guns/sec_pistol.dmi'
icon_state = "black"
w_class = WEIGHT_CLASS_NORMAL
@@ -14,6 +14,9 @@
actions_types = list(/datum/action/item_action/toggle_mageject)
var/magejecting = FALSE //Whether we are launching the mags or not
/obj/item/gun/ballistic/automatic/pistol/sec_glock/give_manufacturer_examine()
AddElement(/datum/element/manufacturer_examine, COMPANY_NANOTRASEN)
/datum/action/item_action/toggle_mageject
button_icon = 'icons/obj/weapons/guns/ammo.dmi'
button_icon_state = "9x19p"