-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* this turned out to be wayyyy more than just a test * remove bedsheet icons from back.dmi * hud+better icons * error fixed * fixes a few bedsheet icons * Update code/game/objects/items/weapons/storage/garment.dm Co-authored-by: Henri215 <[email protected]> Signed-off-by: Bm0n <[email protected]> * review * spacing * TGUI Bundle Rebuild * TGUI Bundle Rebuild * TGUI Bundle Rebuild * TGUI Bundle Rebuild * lint? * guh * lint * TGUI Bundle Rebuild * test * fix * dead golem fix * TGUI Bundle Rebuild * TGUI Bundle Rebuild * TGUI Bundle Rebuild --------- Signed-off-by: Bm0n <[email protected]> Co-authored-by: Bmon <[email protected]> Co-authored-by: Henri215 <[email protected]>
- Loading branch information
1 parent
0a6425b
commit 6eb1269
Showing
46 changed files
with
226 additions
and
54 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
//Cloaks. No, not THAT kind of cloak. | ||
|
||
/obj/item/clothing/neck/cloak | ||
name = "grey cloak" | ||
desc = "It's a cloak that can be worn around your neck in a pretty dull color." | ||
icon_state = "cloak" | ||
w_class = WEIGHT_CLASS_SMALL | ||
body_parts_covered = UPPER_TORSO | ARMS | ||
|
||
/obj/item/clothing/neck/cloak/head_of_security | ||
name = "head of security's cloak" | ||
desc = "Worn by the leader of Brigston, ruling the station with an iron fist." | ||
icon_state = "hoscloak" | ||
|
||
/obj/item/clothing/neck/cloak/quartermaster | ||
name = "quartermaster's cloak" | ||
desc = "Worn by the God-emperor of Cargonia, supplying the station with the necessary tools for survival." | ||
icon_state = "qmcloak" | ||
|
||
/obj/item/clothing/neck/cloak/chief_medical_officer | ||
name = "chief medical officer's cloak" | ||
desc = "Worn by the leader of Medistan, the valiant men and women keeping pestilence at bay." | ||
icon_state = "cmocloak" | ||
|
||
/obj/item/clothing/neck/cloak/chief_engineer | ||
name = "chief engineer's cloak" | ||
desc = "Worn by the leader of both Atmosia and Delamistan, wielder of unlimited power." | ||
icon_state = "cecloak" | ||
|
||
/obj/item/clothing/neck/cloak/research_director | ||
name = "research director's cloak" | ||
desc = "Worn by the leader of Scientopia, the greatest thaumaturgist and researcher of rapid unexpected self disassembly." | ||
icon_state = "rdcloak" | ||
|
||
/obj/item/clothing/neck/cloak/captain | ||
name = "captain's cloak" | ||
desc = "Worn by the supreme leader of Space Station 13." | ||
icon_state = "capcloak" | ||
|
||
/obj/item/clothing/neck/cloak/captain/Initialize(mapload) | ||
. = ..() | ||
desc = "Worn by the supreme leader of [station_name()]." | ||
|
||
/obj/item/clothing/neck/cloak/head_of_personnel | ||
name = "head of personnel's cloak" | ||
desc = "Worn by the Head of Personnel. It smells faintly of bureaucracy." | ||
icon_state = "hopcloak" |
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
Oops, something went wrong.