Skip to content

Commit

Permalink
Corrected Sol Gov <-> Terra Gov Icon States (#82)
Browse files Browse the repository at this point in the history
* Corrected some solgov iconstates

* Decided to see if any other ships used solgov_wall... the following were found... converted to terragov_wall.
  • Loading branch information
Ossa88 authored Dec 15, 2024
1 parent 9565fee commit 1942a81
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _maps/shuttles/independent/independent_basilisk.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2160,7 +2160,7 @@
icon_state = "1-4"
},
/obj/structure/closet/secure_closet/wall/directional/east{
icon_state = "solgov_wall";
icon_state = "terragov_wall";
name = "Executive officer closet";
req_access_txt = "20";
pixel_y = -28;
Expand Down Expand Up @@ -4126,7 +4126,7 @@
/area/ship/bridge)
"zz" = (
/obj/structure/closet/secure_closet/wall/directional/east{
icon_state = "solgov_wall";
icon_state = "terragov_wall";
name = "Firearm locker";
req_access_txt = "20";
pixel_y = 28;
Expand Down Expand Up @@ -5756,7 +5756,7 @@
desc = "The “iho-usks”, translating to “gear-holder”, is a lightweight harness covered in pouches, supplied to the ground troops of the Tiziran Royal Guard. This variant is designed for carrying ammunition."
},
/obj/structure/closet/secure_closet/wall/directional/east{
icon_state = "solgov_wall";
icon_state = "terragov_wall";
name = "captain's closet";
req_access_txt = "20"
},
Expand Down
4 changes: 2 additions & 2 deletions _maps/shuttles/independent/independent_wyvern.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3749,7 +3749,7 @@
/area/ship/engineering/atmospherics)
"QQ" = (
/obj/structure/closet/secure_closet/wall/directional/west{
icon_state = "solgov_wall";
icon_state = "terragov_wall";
name = "first mate's closet";
req_access_txt = "57"
},
Expand Down Expand Up @@ -3930,7 +3930,7 @@
"SS" = (
/obj/item/clothing/glasses/sunglasses,
/obj/structure/closet/secure_closet/wall/directional/east{
icon_state = "solgov_wall";
icon_state = "terragov_wall";
name = "captain's closet";
req_access_txt = "20"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/closet/wall/red, 28)
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/closet/wall/orange, 28)

/obj/structure/closet/wall/blue
icon_state = "solgov_wall"
icon_state = "terragov_wall"

MAPPING_DIRECTIONAL_HELPERS(/obj/structure/closet/wall/blue, 28)

Expand Down
Binary file modified icons/obj/wallcloset.dmi
Binary file not shown.

0 comments on commit 1942a81

Please sign in to comment.