mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Fixes some broken pathing for welding helmets (#70466)
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
access_view = ACCESS_ENGINEERING
|
||||
contains = list(/obj/item/storage/belt/utility = 3,
|
||||
/obj/item/clothing/suit/hazardvest = 3,
|
||||
/obj/item/clothing/head/welding = 3,
|
||||
/obj/item/clothing/head/utility/welding = 3,
|
||||
/obj/item/clothing/head/utility/hardhat = 3,
|
||||
/obj/item/clothing/glasses/meson/engine = 2,
|
||||
)
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
/obj/item/clothing/head/utility/welding/attack_self(mob/user)
|
||||
weldingvisortoggle(user)
|
||||
|
||||
/obj/item/clothing/head/welding/visor_toggling()
|
||||
/obj/item/clothing/head/utility/welding/visor_toggling()
|
||||
. = ..()
|
||||
inhand_icon_state = "[initial(inhand_icon_state)][up ? "off" : ""]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user