Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Commit

Permalink
i will eat you for breakfast linter
Browse files Browse the repository at this point in the history
  • Loading branch information
triplezeta committed Sep 11, 2020
1 parent 1ee04b4 commit 90f27ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3220,14 +3220,14 @@
#include "waspstation\code\modules\clothing\head\helmet.dm"
#include "waspstation\code\modules\clothing\head\misc_special.dm"
#include "waspstation\code\modules\clothing\neck\ties.dm"
#include "waspstation\code\modules\clothing\outfits\solgov.dm"
#include "waspstation\code\modules\clothing\outfits\SolGov.dm"
#include "waspstation\code\modules\clothing\spacesuits\hardsuits.dm"
#include "waspstation\code\modules\clothing\spacesuits\syndi.dm"
#include "waspstation\code\modules\clothing\suits\armor.dm"
#include "waspstation\code\modules\clothing\suits\coats.dm"
#include "waspstation\code\modules\clothing\suits\jobs.dm"
#include "waspstation\code\modules\clothing\under\accessories.dm"
#include "waspstation\code\modules\clothing\under\solgov.dm"
#include "waspstation\code\modules\clothing\under\SolGov.dm"
#include "waspstation\code\modules\clothing\under\syndicate.dm"
#include "waspstation\code\modules\clothing\under\jobs\cargo.dm"
#include "waspstation\code\modules\clothing\under\jobs\centcom.dm"
Expand Down
2 changes: 1 addition & 1 deletion waspstation/code/modules/clothing/under/SolGov.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
name = "\improper TerraGov formal uniform"
desc = "A formal SolGov uniform, for special occasions. This one is still colored in original TerraGov green."
icon_state = "formal_terragov"
item_state = "formal_terragov"
item_state = "formal_terragov"

0 comments on commit 90f27ff

Please sign in to comment.