style changes (#18964)

This commit is contained in:
Contrabang
2022-09-07 13:39:23 +01:00
committed by GitHub
parent 9bab3450cd
commit 1f2b29bd80
2 changed files with 17 additions and 2 deletions
@@ -108,6 +108,21 @@
update_icon()
//much roomier now that we've managed to remove two tools
/obj/item/storage/belt/utility/syndi_researcher // A cool looking belt thats essentially a syndicate toolbox
desc = "A belt for holding tools, but with style."
icon_state = "assaultbelt"
item_state = "assault"
/obj/item/storage/belt/utility/syndi_researcher/populate_contents()
new /obj/item/screwdriver(src, "red")
new /obj/item/wrench(src)
new /obj/item/weldingtool/largetank(src)
new /obj/item/crowbar/red(src)
new /obj/item/wirecutters(src, "red")
new /obj/item/multitool/red(src)
new /obj/item/stack/cable_coil(src, 30, COLOR_RED)
update_icon()
/obj/item/storage/belt/medical
name = "medical belt"
desc = "Can hold various medical equipment."
+2 -2
View File
@@ -49,12 +49,12 @@
gloves = /obj/item/clothing/gloves/combat
r_ear = /obj/item/radio/headset/syndicate/alt/nocommon // See del_types above
back = /obj/item/storage/backpack
belt = /obj/item/storage/belt/utility/full/multitool
belt = /obj/item/storage/belt/utility/syndi_researcher
r_pocket = /obj/item/gun/projectile/automatic/pistol
id = /obj/item/card/id/syndicate/researcher
backpack_contents = list(
/obj/item/ammo_box/magazine/m10mm = 1,
/obj/item/flashlight = 1,
/obj/item/flashlight/seclite = 1,
/obj/item/clothing/mask/gas/syndicate = 1,
/obj/item/tank/internals/emergency_oxygen/engi/syndi = 1
)