Skip to content

Commit

Permalink
fixes some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxilmaniac committed Dec 23, 2024
1 parent 80a8a87 commit 426318c
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions modular_doppler/loadout_categories/categories/heads.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@
name = "Slim Beret (Light)"
item_path = /obj/item/clothing/head/beret/doppler_command/light

/datum/loadout_item/head/hardhat_black
name = "Heavy-Duty Hardhat"
item_path = /obj/item/clothing/head/utility/hardhat/welding/doppler_command

/datum/loadout_item/head/breach_helmet
name = "Breach Helmet"
item_path = /obj/item/clothing/head/utility/hardhat/welding/doppler_dc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
desc = "A slim beret denoting the wearer as the command for some aspect of the station."
icon = 'modular_doppler/modular_cosmetics/icons/obj/head/doppler_command_hats.dmi'
worn_icon = 'modular_doppler/modular_cosmetics/icons/mob/head/doppler_command_hats.dmi'
icon_state = null
icon_state = "dark""

Check failure on line 73 in modular_doppler/modular_cosmetics/code/hats/doppler_command_hats.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got '{"

Check failure on line 73 in modular_doppler/modular_cosmetics/code/hats/doppler_command_hats.dm

View workflow job for this annotation

GitHub Actions / Run Linters

OD1200: Expected '"' to end string
icon_preview = null

Check failure on line 74 in modular_doppler/modular_cosmetics/code/hats/doppler_command_hats.dm

View workflow job for this annotation

GitHub Actions / Run Linters

OD0001: Expected end of object statement

Check failure on line 74 in modular_doppler/modular_cosmetics/code/hats/doppler_command_hats.dm

View workflow job for this annotation

GitHub Actions / Run Linters

OD0001: Expected dedent

Check failure on line 74 in modular_doppler/modular_cosmetics/code/hats/doppler_command_hats.dm

View workflow job for this annotation

GitHub Actions / Run Linters

OD0001: Expected end of object statement

Check warning on line 74 in modular_doppler/modular_cosmetics/code/hats/doppler_command_hats.dm

View workflow job for this annotation

GitHub Actions / Run Linters

OD0000: Error recovery had to skip to modular_doppler/modular_cosmetics/code/hats/doppler_command_hats.dm:81:1
dog_fashion = null
greyscale_config = null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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 = ""
icon_state = "dark"
inhand_icon_state = null
w_class = WEIGHT_CLASS_SMALL
body_parts_covered = CHEST|ARMS
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 426318c

Please sign in to comment.