mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user