mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user