Removes excess ID boxes from the HoP's office and adds silver IDs to their locker. (#76448)

## About The Pull Request

Every ID, silver ID, and PDA box has been removed from the maps. You can
now only find ID boxes on the HoP's locker and PDAs must be bought from
the tech vendor. Said locker also had two instances of ID boxes, so i've
swapped one of them for the silver ID box
## Why It's Good For The Game

tram had, in total, 5 ID boxes. That's *35 IDs in total.* No one is ever
gonna lose that much, and having 7 is more than enough. If a situation
happens where you somehow need more, you can still buy it on the tech
vendor AND on cargo. I realized how many boxes the HoP had on the other
PR
## Changelog
🆑
del: Removed excess ID boxes on HoP's office
/🆑
This commit is contained in:
DATAxPUNGED
2023-07-08 13:36:16 -03:00
committed by GitHub
parent 86b02f4c0f
commit 8f4e4d1702
7 changed files with 19 additions and 70 deletions
@@ -13,7 +13,6 @@
new /obj/item/pet_carrier(src)
new /obj/item/storage/bag/garment/captain(src)
new /obj/item/computer_disk/command/captain(src)
new /obj/item/storage/box/silver_ids(src)
new /obj/item/radio/headset/heads/captain/alt(src)
new /obj/item/radio/headset/heads/captain(src)
new /obj/item/storage/belt/sabre(src)
@@ -34,7 +33,7 @@
new /obj/item/computer_disk/command/hop(src)
new /obj/item/radio/headset/heads/hop(src)
new /obj/item/storage/box/ids(src)
new /obj/item/storage/box/ids(src)
new /obj/item/storage/box/silver_ids(src)
new /obj/item/megaphone/command(src)
new /obj/item/assembly/flash/handheld(src)
new /obj/item/gun/energy/e_gun(src)