mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 16:13:49 +01:00
Trash pile tweaks
- Adds zip gun - Removes dart gun (I don't know what this even does) - Adds voice changer mask - Removes vault moneybag (glitchy) - Adds makeshift metal armor - Removes press armor (confusing for SOP)
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
/obj/item/device/perfect_tele,
|
||||
/obj/item/weapon/bluespace_harpoon,
|
||||
/obj/item/weapon/gun/energy/netgun,
|
||||
/obj/item/weapon/moneybag/vault,
|
||||
/obj/item/weapon/gun/projectile/pirate,
|
||||
/obj/item/weapon/permit,
|
||||
/obj/item/weapon/gun/projectile/dartgun
|
||||
/obj/item/clothing/mask/gas/voice
|
||||
)
|
||||
|
||||
var/global/list/allocated_gamma = list()
|
||||
@@ -198,9 +198,9 @@
|
||||
prob(1);/obj/item/clothing/shoes/syndigaloshes,
|
||||
prob(1);/obj/item/clothing/suit/bio_suit/general,
|
||||
prob(1);/obj/item/clothing/suit/space/emergency,
|
||||
prob(1);/obj/item/clothing/suit/storage/vest/press,
|
||||
prob(1);/obj/item/clothing/under/harness,
|
||||
prob(1);/obj/item/clothing/under/tactical,
|
||||
prob(1);/obj/item/clothing/suit/armor/material/makeshift,
|
||||
prob(1);/obj/item/device/flashlight/glowstick/orange,
|
||||
prob(1);/obj/item/device/flashlight/glowstick/red,
|
||||
prob(1);/obj/item/device/flashlight/glowstick/yellow,
|
||||
|
||||
Reference in New Issue
Block a user