mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Miscellaneous Sundries
- Central jobs now get the expensive emergency box - Cartridges can now be worn behind the ear. - BLU-PAK cartridges can be concealed
This commit is contained in:
@@ -3,6 +3,9 @@ var/list/exploration_cartridges = list(
|
||||
/obj/item/weapon/cartridge/sar
|
||||
)
|
||||
|
||||
/obj/item/weapon/cartridge
|
||||
slot_flags = SLOT_EARS
|
||||
|
||||
/obj/item/weapon/cartridge/explorer
|
||||
name = "\improper Explorator cartridge"
|
||||
icon_state = "cart-e"
|
||||
@@ -24,6 +27,7 @@ var/list/exploration_cartridges = list(
|
||||
desc = "It feels heavier for some reason."
|
||||
w_class = ITEMSIZE_SMALL
|
||||
icon_state = "cart-lib"
|
||||
show_examine = FALSE
|
||||
var/slots = 1
|
||||
var/obj/item/weapon/storage/internal/hold
|
||||
|
||||
|
||||
Reference in New Issue
Block a user