Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 58fdd03

Browse files
Started on adding item sprites
1 parent e3631eb commit 58fdd03

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

code/modules/clothing/spacesuits/hardsuit.dm

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@
979979
name = "white team armor"
980980
desc = "Standard issue hardsuit for playing capture the flag."
981981
icon_state = "ctf-white"
982-
item_state = null
982+
item_state = "ctf-white"
983983
hardsuit_type = "ctf-white"
984984
// Adding TRAIT_NODROP is done when the CTF spawner equips people
985985
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/shielded/ctf
@@ -990,15 +990,15 @@
990990
/obj/item/clothing/suit/space/hardsuit/shielded/ctf/red
991991
name = "red team armor"
992992
icon_state = "ctf-red"
993-
item_state = null
993+
item_state = "ctf-red"
994994
hardsuit_type = "ert_security"
995995
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/shielded/ctf/red
996996
shield_state = "shield-red"
997997

998998
/obj/item/clothing/suit/space/hardsuit/shielded/ctf/blue
999999
name = "blue team armor"
10001000
icon_state = "ctf-blue"
1001-
item_state = null
1001+
item_state = "ctf-blue"
10021002
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/shielded/ctf/blue
10031003

10041004

@@ -1007,23 +1007,23 @@
10071007
name = "white team helmet"
10081008
desc = "Standard issue hardsuit helmet for playing capture the flag."
10091009
icon_state = "hardsuit0-ctf_white"
1010-
item_state = null
1011-
hardsuit_type = "ert_medical"
1010+
item_state = "hardsuit0-ctf_white"
1011+
hardsuit_type = "ctf_white"
10121012
armor = list(MELEE = 0, BULLET = 30, LASER = 30, ENERGY = 30, BOMB = 50, BIO = 100, RAD = 100, FIRE = 95, ACID = 95, ELECTRIC = 100)
10131013

10141014

10151015
/obj/item/clothing/head/helmet/space/hardsuit/shielded/ctf/red
10161016
name = "red team helmet"
10171017
icon_state = "hardsuit0-ctf_red"
1018-
item_state = null
1019-
hardsuit_type = "ert_security"
1018+
item_state = "hardsuit0-ctf_red"
1019+
hardsuit_type = "ctf_red"
10201020

10211021
/obj/item/clothing/head/helmet/space/hardsuit/shielded/ctf/blue
10221022
name = "blue team helmet"
10231023
desc = "Standard issue hardsuit helmet for playing capture the flag."
10241024
icon_state = "hardsuit0-ctf_blue"
1025-
item_state = null
1026-
hardsuit_type = "ert_commander"
1025+
item_state = "hardsuit0-ctf_blue"
1026+
hardsuit_type = "ctf_red"
10271027

10281028

10291029

icons/obj/clothing/hats/hats.dmi

-6.86 KB
Binary file not shown.

icons/obj/clothing/suits/suits.dmi

1.66 KB
Binary file not shown.

0 commit comments

Comments
 (0)