mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00: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:
@@ -877,7 +877,7 @@
|
|||||||
icon_state = "robotics"
|
icon_state = "robotics"
|
||||||
icon_deny = "robotics-deny"
|
icon_deny = "robotics-deny"
|
||||||
req_access_txt = "29"
|
req_access_txt = "29"
|
||||||
products = list(/obj/item/clothing/suit/storage/labcoat = 4,/obj/item/clothing/under/rank/roboticist = 4,/obj/item/stack/cable_coil = 4,/obj/item/device/flash = 4,
|
products = list(/obj/item/clothing/suit/storage/toggle/labcoat = 4,/obj/item/clothing/under/rank/roboticist = 4,/obj/item/stack/cable_coil = 4,/obj/item/device/flash = 4,
|
||||||
/obj/item/weapon/cell/high = 12, /obj/item/device/assembly/prox_sensor = 3,/obj/item/device/assembly/signaler = 3,/obj/item/device/healthanalyzer = 3,
|
/obj/item/weapon/cell/high = 12, /obj/item/device/assembly/prox_sensor = 3,/obj/item/device/assembly/signaler = 3,/obj/item/device/healthanalyzer = 3,
|
||||||
/obj/item/weapon/scalpel = 2,/obj/item/weapon/circular_saw = 2,/obj/item/weapon/tank/anesthetic = 2,/obj/item/clothing/mask/breath/medical = 5,
|
/obj/item/weapon/scalpel = 2,/obj/item/weapon/circular_saw = 2,/obj/item/weapon/tank/anesthetic = 2,/obj/item/clothing/mask/breath/medical = 5,
|
||||||
/obj/item/weapon/screwdriver = 5,/obj/item/weapon/crowbar = 5)
|
/obj/item/weapon/screwdriver = 5,/obj/item/weapon/crowbar = 5)
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
icon = 'icons/obj/coatrack.dmi'
|
icon = 'icons/obj/coatrack.dmi'
|
||||||
icon_state = "coatrack0"
|
icon_state = "coatrack0"
|
||||||
var/obj/item/clothing/suit/coat
|
var/obj/item/clothing/suit/coat
|
||||||
var/list/allowed = list(/obj/item/clothing/suit/storage/labcoat, /obj/item/clothing/suit/storage/det_suit)
|
var/list/allowed = list(/obj/item/clothing/suit/storage/labcoat, /obj/item/clothing/suit/storage/toggle/labcoat, /obj/item/clothing/suit/storage/det_suit)
|
||||||
|
|
||||||
/obj/structure/coatrack/attack_hand(mob/user as mob)
|
/obj/structure/coatrack/attack_hand(mob/user as mob)
|
||||||
user.visible_message("[user] takes [coat] off \the [src].", "You take [coat] off the \the [src]")
|
user.visible_message("[user] takes [coat] off \the [src].", "You take [coat] off the \the [src]")
|
||||||
|
|||||||
@@ -139,7 +139,7 @@
|
|||||||
name = "Doctor"
|
name = "Doctor"
|
||||||
corpseradio = /obj/item/device/radio/headset/headset_med
|
corpseradio = /obj/item/device/radio/headset/headset_med
|
||||||
corpseuniform = /obj/item/clothing/under/rank/medical
|
corpseuniform = /obj/item/clothing/under/rank/medical
|
||||||
corpsesuit = /obj/item/clothing/suit/storage/labcoat
|
corpsesuit = /obj/item/clothing/suit/storage/toggle/labcoat
|
||||||
corpseback = /obj/item/weapon/storage/backpack/medic
|
corpseback = /obj/item/weapon/storage/backpack/medic
|
||||||
corpsepocket1 = /obj/item/device/flashlight/pen
|
corpsepocket1 = /obj/item/device/flashlight/pen
|
||||||
corpseshoes = /obj/item/clothing/shoes/black
|
corpseshoes = /obj/item/clothing/shoes/black
|
||||||
|
|||||||
@@ -507,7 +507,7 @@ var/global/list/gear_datums = list()
|
|||||||
|
|
||||||
/datum/gear/labcoat
|
/datum/gear/labcoat
|
||||||
display_name = "labcoat"
|
display_name = "labcoat"
|
||||||
path = /obj/item/clothing/suit/storage/labcoat
|
path = /obj/item/clothing/suit/storage/toggle/labcoat
|
||||||
cost = 3
|
cost = 3
|
||||||
slot = slot_wear_suit
|
slot = slot_wear_suit
|
||||||
|
|
||||||
|
|||||||
@@ -849,13 +849,17 @@
|
|||||||
icon_state = "bottle[color]"
|
icon_state = "bottle[color]"
|
||||||
|
|
||||||
//////////// Suits ////////////
|
//////////// Suits ////////////
|
||||||
|
/obj/item/clothing/suit/storage/labcoat
|
||||||
|
name = "labcoat"
|
||||||
|
desc = "A plain labcoat."
|
||||||
|
icon_state = "labcoat"
|
||||||
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
|
||||||
|
|
||||||
/obj/item/clothing/suit/storage/labcoat/fluff/aeneas_rinil //Robotics Labcoat - Aeneas Rinil [APPR]
|
/obj/item/clothing/suit/storage/labcoat/fluff/aeneas_rinil //Robotics Labcoat - Aeneas Rinil [APPR]
|
||||||
name = "Robotics labcoat"
|
name = "Robotics labcoat"
|
||||||
desc = "A labcoat with a few markings denoting it as the labcoat of roboticist."
|
desc = "A labcoat with a few markings denoting it as the labcoat of roboticist."
|
||||||
icon = 'icons/obj/custom_items.dmi'
|
icon = 'icons/obj/custom_items.dmi'
|
||||||
icon_state = "aeneasrinil"
|
icon_state = "aeneasrinil"
|
||||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
|
|
||||||
|
|
||||||
/obj/item/clothing/suit/storage/labcoat/fluff/pink //spaceman96: Trenna Seber
|
/obj/item/clothing/suit/storage/labcoat/fluff/pink //spaceman96: Trenna Seber
|
||||||
name = "pink labcoat"
|
name = "pink labcoat"
|
||||||
|
|||||||
Reference in New Issue
Block a user