mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
A bundle of smaller bugfixes (#21882)
- Assunzioni Sera Stellata di Dalyan Wine can be ordered again. - Sandals now default to being wood colored if not otherwise given color. - Added camera film to the toy shelf storage and briefcases and canes to the clothing shelf storage. - Fixed that the operations lobby was powered by the wrong grid. - Added some custom items to the merchant blacklist.
This commit is contained in:
@@ -1519,7 +1519,7 @@
|
||||
|
||||
/singleton/cargo_item/assunzione_wine
|
||||
category = "hospitality"
|
||||
name = "\improper Assunzioni Sera Stellata di Dalyan Wine"
|
||||
name = "Assunzioni Sera Stellata di Dalyan Wine"
|
||||
supplier = "getmore"
|
||||
description = "A bottle of velvety smooth red wine from the underground vineyards of Dalyan, Assunzione."
|
||||
price = 50
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
contained_sprite = TRUE
|
||||
icon_auto_adapt = TRUE
|
||||
icon_supported_species_tags = list("taj")
|
||||
color = WOOD_COLOR_GENERIC
|
||||
|
||||
/obj/item/clothing/shoes/sandals/geta
|
||||
name = "geta"
|
||||
|
||||
@@ -48,7 +48,9 @@
|
||||
contents_path = "-clothing"
|
||||
accepted_items = list(/obj/item/storage/backpack,
|
||||
/obj/item/storage/belt,
|
||||
/obj/item/clothing
|
||||
/obj/item/clothing,
|
||||
/obj/item/storage/briefcase,
|
||||
/obj/item/cane
|
||||
)
|
||||
display_tiers = 3
|
||||
display_tier_amt = 5
|
||||
@@ -105,7 +107,8 @@
|
||||
/obj/item/gun/projectile/revolver/capgun,
|
||||
/obj/item/gun/bang,
|
||||
/obj/item/eightball,
|
||||
/obj/item/bikehorn
|
||||
/obj/item/bikehorn,
|
||||
/obj/item/camera_film
|
||||
)
|
||||
display_tiers = 4
|
||||
display_tier_amt = 5
|
||||
|
||||
Reference in New Issue
Block a user