mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Fixing missing socks on the character menu and other minor things (#1291)
Changes: -fix socks not showing up on the character creation menu -add paramedic access to firelocks -fix coffee being poison to catbeasts -added a bunch of dakka related hardsuits modules -adds a snowflake hardsuit, with some of the new modules, for admin bus or something -tweaks a bit what the sec and syndicate belt can hold -move minor changes to heavy asset protection and syndicate command loadouts
This commit is contained in:
@@ -137,7 +137,10 @@
|
||||
/obj/item/device/megaphone,
|
||||
/obj/item/weapon/melee,
|
||||
/obj/item/weapon/gun/projectile/sec,
|
||||
/obj/item/taperoll/police
|
||||
/obj/item/taperoll/police,
|
||||
/obj/item/weapon/material/sword/trench,
|
||||
/obj/item/weapon/shield/energy,
|
||||
/obj/item/weapon/shield/riot/tact
|
||||
)
|
||||
|
||||
/obj/item/weapon/storage/belt/soulstone
|
||||
@@ -159,7 +162,6 @@
|
||||
new /obj/item/device/soulstone(src)
|
||||
new /obj/item/device/soulstone(src)
|
||||
|
||||
|
||||
/obj/item/weapon/storage/belt/champion
|
||||
name = "championship belt"
|
||||
desc = "Proves to the world that you are the strongest!"
|
||||
@@ -204,8 +206,13 @@
|
||||
/obj/item/weapon/plastique,
|
||||
/obj/item/weapon/gun/projectile/pistol,
|
||||
/obj/item/weapon/gun/energy/crossbow,
|
||||
/obj/item/weapon/material/sword/trench,
|
||||
/obj/item/ammo_casing/a145,
|
||||
/obj/item/device/radio/uplink
|
||||
/obj/item/device/radio/uplink,
|
||||
/obj/item/weapon/card/emag,
|
||||
/obj/item/device/multitool/hacktool,
|
||||
/obj/item/weapon/reagent_containers/hypospray/combat,
|
||||
/obj/item/stack/telecrystal
|
||||
)
|
||||
|
||||
/obj/item/weapon/storage/belt/janitor
|
||||
@@ -223,4 +230,4 @@
|
||||
/obj/item/weapon/reagent_containers/spray,
|
||||
/obj/item/weapon/soap,
|
||||
/obj/item/weapon/storage/bag/trash
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user