mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Fixes Odin bartenders/chefs sometimes spawning shoeless (#10283)
Odin chefs/bartenders that were unathi or tajara spawned shoeless, this fixes that.
This commit is contained in:
@@ -284,7 +284,7 @@
|
||||
name = "NTCC Odin Bartender"
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/bartender
|
||||
shoes = /obj/item/clothing/shoes/black
|
||||
shoes = /obj/item/clothing/shoes/laceup/all_species
|
||||
l_ear = /obj/item/device/radio/headset/headset_service
|
||||
|
||||
id_access = "Service"
|
||||
@@ -295,7 +295,7 @@
|
||||
uniform = /obj/item/clothing/under/rank/chef
|
||||
suit = /obj/item/clothing/suit/chef
|
||||
head = /obj/item/clothing/head/chefhat
|
||||
shoes = /obj/item/clothing/shoes/black
|
||||
shoes = /obj/item/clothing/shoes/laceup/all_species
|
||||
l_ear = /obj/item/device/radio/headset/headset_service
|
||||
|
||||
id_access = "Service"
|
||||
|
||||
Reference in New Issue
Block a user