Skip to content

Commit

Permalink
makes the command stuff emissive a bit too
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxilmaniac committed Dec 6, 2024
1 parent 6910fef commit d8c20c4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
min_cold_protection_temperature = FIRE_HELM_MIN_TEMP_PROTECT
light_range = 4

/obj/item/clothing/head/utility/hardhat/welding/doppler_command/worn_overlays(mutable_appearance/standing, isinhands, icon_file)
. = ..()
if(!isinhands)
. += emissive_appearance(icon_file, "hardhat_emissive", src, alpha = src.alpha)

/obj/item/clothing/head/utility/hardhat/welding/doppler_command/medical
name = "medical command hardhat"
icon_state = "hardhat0_med"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
body_parts_covered = CHEST|ARMS
resistance_flags = FIRE_PROOF | ACID_PROOF

/obj/item/clothing/neck/doppler_mantle/worn_overlays(mutable_appearance/standing, isinhands, icon_file)
. = ..()
if(!isinhands)
. += emissive_appearance(icon_file, "mantle_emissive", src, alpha = src.alpha)

/obj/item/clothing/neck/doppler_mantle/medical
name = "medical command mantle"
icon_state = "doppler_med"
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit d8c20c4

Please sign in to comment.