OM Wristbound Bugfix (#14909)

This commit is contained in:
Benedict
2022-10-13 19:55:19 +02:00
committed by GitHub
parent 9dd0fe5a78
commit 3dd99d6f5b
6 changed files with 21 additions and 6 deletions
+3 -3
View File
@@ -400,9 +400,9 @@
l_hand = /obj/item/clipboard
glasses = /obj/item/clothing/glasses/sunglasses
tab_pda = /obj/item/modular_computer/handheld/pda/supply/qm
wristbound = /obj/item/modular_computer/handheld/wristbound/preset/pda/supply/qm
tablet = /obj/item/modular_computer/handheld/preset/supply/qm
tab_pda = /obj/item/modular_computer/handheld/pda/supply/om
wristbound = /obj/item/modular_computer/handheld/wristbound/preset/pda/supply/om
tablet = /obj/item/modular_computer/handheld/preset/supply/om
headset = /obj/item/device/radio/headset/operations_manager
bowman = /obj/item/device/radio/headset/operations_manager/alt
@@ -378,6 +378,7 @@
name = "wristbound operations manager radio"
icon_state = "wristset_QM"
item_state = "wristset_QM"
ks2type = /obj/item/device/encryptionkey/headset_operations_manager
/*
* Medical
@@ -73,7 +73,7 @@
. = ..()
card_slot.stored_item = new /obj/item/pen/silver
/obj/item/modular_computer/handheld/preset/supply/qm/Initialize()
/obj/item/modular_computer/handheld/preset/supply/om/Initialize()
. = ..()
card_slot.stored_item = new /obj/item/pen/fountain
@@ -73,7 +73,7 @@
/obj/item/modular_computer/handheld/pda/supply/miner
_app_preset_type = /datum/modular_computer_app_presets/civilian
/obj/item/modular_computer/handheld/pda/supply/qm
/obj/item/modular_computer/handheld/pda/supply/om
icon_add = "q"
/obj/item/modular_computer/handheld/pda/supply/qm/Initialize()
@@ -153,7 +153,7 @@
. = ..()
card_slot.stored_item = new /obj/item/pen/silver
/obj/item/modular_computer/handheld/wristbound/preset/pda/supply/qm/Initialize()
/obj/item/modular_computer/handheld/wristbound/preset/pda/supply/om/Initialize()
. = ..()
card_slot.stored_item = new /obj/item/pen/fountain
+14
View File
@@ -0,0 +1,14 @@
# Your name.
author: Ben10083
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- bugfix: "Operation Manager wristbound radio now has the command channel."
- refactor: "some references to qm in computer code corrected to om."