IPC Memory Wiper - Moving Lockers (#19803)

Moves the IPC memory wiper from the RD's locker to the OM's locker. It
makes more sense for the OM to have it, since the Machinist is an
operations overseen job, not a science overseen job.
This commit is contained in:
courierbravo
2024-08-23 15:16:20 +00:00
committed by GitHub
parent c268d8e12e
commit b7ff2c32b9
3 changed files with 60 additions and 1 deletions
@@ -29,6 +29,7 @@
new /obj/item/device/flashlight/marshallingwand(src)
new /obj/item/gun/energy/disruptorpistol/miniature(src)
new /obj/item/clothing/accessory/holster/waist(src)
new /obj/item/device/memorywiper(src)
new /obj/item/device/price_scanner(src)
// Hangar Technician
@@ -44,7 +44,6 @@
new /obj/item/taperoll/science(src)
new /obj/item/gun/energy/disruptorpistol/miniature(src)
new /obj/item/clothing/accessory/holster/waist(src)
new /obj/item/device/memorywiper(src)
new /obj/item/storage/box/psireceiver(src)
new /obj/item/device/megaphone/sci(src)
new /obj/item/device/taperecorder(src)