New plasmaman suit - Coke Suit (#24465)

* all done????

* no

* ave emperor

* aaaand last pixel adjsutment

* Update code/modules/client/preference/loadout/loadout_racial.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* box name

* Update code/game/objects/items/weapons/storage/boxes.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/modules/client/preference/loadout/loadout_racial.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
McRamon
2024-03-10 21:19:55 +03:00
committed by GitHub
parent b903c17a06
commit 046c841cab
8 changed files with 27 additions and 0 deletions
@@ -75,3 +75,8 @@
description = "Large, comfortable robes worn by those who need a bit more covering. The thick fabric contains a pocket suitable for those that need their hands free during their work, while the cloth serves to cover scars or other injuries to the wearer's body."
path = /obj/item/clothing/suit/hooded/vox_robes
slot = SLOT_HUD_OUTER_SUIT
/datum/gear/racial/plasmamansuit_coke
display_name = "Coke Suit"
description = "Plasmaman envirosuit designed by Space Cola Co and gifted to the people of Boron as part of an elaborate advertisement campaign."
path = /obj/item/storage/box/coke_envirosuit
@@ -273,3 +273,9 @@
desc = "A plasmaman envirohelm designed for the common, maint-dwelling masses."
icon_state = "assistant_envirohelm"
item_state = "assistant_envirohelm"
/obj/item/clothing/head/helmet/space/plasmaman/coke
name = "coke envirosuit helmet"
desc = "A plasmaman envirohelm designed by Space Cola Co for the plasmamen."
icon_state = "coke_envirohelm"
item_state = "coke_envirohelm"
@@ -112,3 +112,10 @@
icon_state = "bs_envirosuit"
item_state = "bs_envirosuit"
item_color = "bs_envirosuit"
/obj/item/clothing/under/plasmaman/coke
name = "coke envirosuit"
desc = "An envirosuit designed by Space Cola Co for plasmamen."
icon_state = "coke_envirosuit"
item_state = "coke_envirosuit"
item_color = "coke_envirosuit"