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 #80 from Bird-Lounge/based-and-hypo-sprayed
[SEMIMODULAR] SovlMed
- Loading branch information
Showing
47 changed files
with
1,689 additions
and
22 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
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
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
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
Binary file modified
BIN
-23 Bytes
(99%)
code/modules/unit_tests/screenshots/screenshot_humanoids__datum_species_moth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
41 changes: 41 additions & 0 deletions
41
modular_doppler/modular_cosmetics/GAGS/json_configs/items/hypokit.json
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"custom-mini": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "standard-box", | ||
"blend_mode": "overlay" | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "standard-face", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
], | ||
"deluxe-custom-mini": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "deluxe-box-normal", | ||
"blend_mode": "overlay" | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "deluxe-face", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
], | ||
"tactical-custom-mini": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "deluxe-box-tactical", | ||
"blend_mode": "overlay" | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "deluxe-face", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
Oops, something went wrong.