forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #267 from She-Is-Trying-To-Form-Her-First-Thought/…
…damage-report Command Finally Learns To Wear Protection When Scening
- Loading branch information
Showing
10 changed files
with
40 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 9 additions & 24 deletions
33
modular_doppler/modular_cosmetics/code/neck/doppler_command_mantles.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,34 @@ | ||
/obj/item/clothing/neck/doppler_mantle | ||
name = "generic doppler mantle" | ||
desc = "You shouldn't be seeing this. Yell at Naaka." | ||
name = "generic command mantle" | ||
desc = "A command mantle made of fire and acid proof materials to protect the wearer." | ||
icon = 'modular_doppler/modular_cosmetics/icons/obj/neck/doppler_mantles.dmi' | ||
worn_icon = 'modular_doppler/modular_cosmetics/icons/mob/neck/doppler_mantles.dmi' | ||
icon_state = "" | ||
inhand_icon_state = null | ||
w_class = WEIGHT_CLASS_SMALL | ||
body_parts_covered = CHEST|ARMS | ||
resistance_flags = FIRE_PROOF | ACID_PROOF | ||
|
||
/obj/item/clothing/neck/doppler_mantle/medical | ||
name = "doppler medical mantle" | ||
desc = "A stylish command mantle from Doppler Shift-series stations." | ||
name = "medical command mantle" | ||
icon_state = "doppler_med" | ||
|
||
/obj/item/clothing/neck/doppler_mantle/science | ||
name = "doppler science mantle" | ||
desc = "A stylish command mantle from Doppler Shift-series stations." | ||
name = "science command mantle" | ||
icon_state = "doppler_sci" | ||
|
||
/obj/item/clothing/neck/doppler_mantle/engineering | ||
name = "doppler engineering mantle" | ||
desc = "A stylish command mantle from Doppler Shift-series stations." | ||
name = "engineering command mantle" | ||
icon_state = "doppler_eng" | ||
|
||
/obj/item/clothing/neck/doppler_mantle/cargo | ||
name = "doppler cargo mantle" | ||
desc = "A stylish command mantle from Doppler Shift-series stations." | ||
name = "supply command mantle" | ||
icon_state = "doppler_cargo" | ||
|
||
/obj/item/clothing/neck/doppler_mantle/service | ||
name = "doppler service mantle" | ||
desc = "A stylish command mantle from Doppler Shift-series stations." | ||
icon_state = "doppler_serv" | ||
|
||
/obj/item/clothing/neck/doppler_mantle/command | ||
name = "doppler command mantle" | ||
desc = "A stylish command mantle from Doppler Shift-series stations." | ||
name = "command mantle" | ||
icon_state = "doppler_cmd" | ||
|
||
/obj/item/clothing/neck/doppler_mantle/performer | ||
name = "doppler performer mantle" | ||
desc = "A stylish command mantle from Doppler Shift-series stations." | ||
icon_state = "doppler_perf" | ||
|
||
/obj/item/clothing/neck/doppler_mantle/security | ||
name = "doppler security mantle" | ||
desc = "A stylish command mantle from Doppler Shift-series stations." | ||
name = "security command mantle" | ||
icon_state = "doppler_sec" |
Binary file modified
BIN
+1.46 KB
(170%)
modular_doppler/modular_cosmetics/icons/mob/head/doppler_command_hardhats.dmi
Binary file not shown.
Binary file modified
BIN
+1.07 KB
(190%)
modular_doppler/modular_cosmetics/icons/mob/head/doppler_command_hats.dmi
Binary file not shown.
Binary file modified
BIN
-279 Bytes
(89%)
modular_doppler/modular_cosmetics/icons/mob/neck/doppler_mantles.dmi
Binary file not shown.
Binary file modified
BIN
+599 Bytes
(150%)
modular_doppler/modular_cosmetics/icons/obj/head/doppler_command_hardhats.dmi
Binary file not shown.
Binary file modified
BIN
+591 Bytes
(160%)
modular_doppler/modular_cosmetics/icons/obj/head/doppler_command_hats.dmi
Binary file not shown.
Binary file modified
BIN
-44 Bytes
(96%)
modular_doppler/modular_cosmetics/icons/obj/neck/doppler_mantles.dmi
Binary file not shown.