mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
Fixes lab coat without icon.
Simply by changing it to the new labcoat variant that can be closed/opened. Still created a proper definition for the old lab coat, /obj/item/clothing/suit/storage/labcoat, as it's inherited by custom gear.
This commit is contained in:
@@ -507,7 +507,7 @@ var/global/list/gear_datums = list()
|
||||
|
||||
/datum/gear/labcoat
|
||||
display_name = "labcoat"
|
||||
path = /obj/item/clothing/suit/storage/labcoat
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat
|
||||
cost = 3
|
||||
slot = slot_wear_suit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user