mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
A bunch of smaller bugfixes (#22618)
Fixes: - https://github.com/Aurorastation/Aurora.3/issues/22592 - https://github.com/Aurorastation/Aurora.3/issues/22369 - https://github.com/Aurorastation/Aurora.3/issues/22398 - https://github.com/Aurorastation/Aurora.3/issues/22358 - https://github.com/Aurorastation/Aurora.3/issues/22432 - https://github.com/Aurorastation/Aurora.3/issues/22591 - https://github.com/Aurorastation/Aurora.3/issues/22411 - And the sound when putting items into metal briefcases, crime scene kits and pill bottles - As well as the sprites for the two boonie hats for taj
This commit is contained in:
@@ -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()
|
||||
..()
|
||||
|
||||
@@ -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()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user