Casper3667
2026-06-05 21:32:01 +00:00
committed by GitHub
parent a867823505
commit 3cf0d1607e
12 changed files with 32 additions and 11 deletions
@@ -51,6 +51,8 @@
path = /obj/item/organ/internal/augment/tool/combitool
cost = 5
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
// Vaurca get a vaurca specific version of this
whitelisted = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL, SPECIES_UNATHI)
/datum/gear/augment/combitool/New()
..()
+2
View File
@@ -52,11 +52,13 @@
item_state = "boonie"
build_from_parts = TRUE
worn_overlay = "over"
sprite_sheets = null
/obj/item/clothing/head/bucket/boonie/camo
icon_state = "camo_boonie"
item_state = "camo_boonie"
has_accents = TRUE
sprite_sheets = null
/obj/item/clothing/head/fedora
name = "fedora"
@@ -11,6 +11,7 @@
use_sound = 'sound/items/storage/toolbox.ogg'
drop_sound = 'sound/items/drop/toolbox.ogg'
pickup_sound = 'sound/items/pickup/toolbox.ogg'
rustle_sound = 'sound/items/rustle/toolbox.ogg'
/obj/item/storage/briefcase/crimekit/fill()
..()