Adminbus and Shelter Capsule Updates (#16191)

* Adminbus and Shelter Capsule Updates

- Adds weapon cell boxes, which contain 7 weapon cells. For now adminbus only.
- ERT Ship gets a couple denecrotizers, reinforced insulated gloves, weapon cell boxes, and a minor bugfix
- Updated an adminbus deployable dropship
- Updated uplinks with reinforced insulated gloves and weapon cell boxes
- Fixes a load error with Ascian's shelter capsule, adds a missing health analyzer
- Adds Survival Watch and Emergency Beacon to Luxury Shelter Capsule and Ascian's Shelter capsule
- Replaces Escape Pod shelter capsule in the Curious Coin trader with a Frontier Translocator

* Fixes accidental double commas

* Casino spawner nade adjustments

* Buffs the Dropship's SMES

* Updates Shelter capsule medical supplies
This commit is contained in:
Novacat
2024-08-18 20:40:36 +10:00
committed by GitHub
parent 8fde8b2923
commit 2c796c4010
12 changed files with 222 additions and 108 deletions
@@ -47,4 +47,10 @@
starts_with = list(/obj/item/ammo_magazine/sam48 = 3)
max_storage_space = ITEMSIZE_COST_NORMAL * 3
drop_sound = 'sound/items/drop/ammobox.ogg'
pickup_sound = 'sound/items/pickup/ammobox.ogg'
pickup_sound = 'sound/items/pickup/ammobox.ogg'
/obj/item/weapon/storage/box/weapon_cells
name = "box of weapon cells"
desc = "A box full of weapon power cells. For all your portable energy storage needs."
icon_state = "secbox"
starts_with = list(/obj/item/weapon/cell/device/weapon = 7)