mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -1233,6 +1233,15 @@
|
||||
for(var/I in 1 to 7)
|
||||
new /obj/item/grenade/chem_grenade/metalfoam(src)
|
||||
|
||||
/obj/item/storage/box/coke_envirosuit
|
||||
name = "coke suit box"
|
||||
desc = "A box with a special envirosuit brought to you by Space Cola Co."
|
||||
icon_state = "plasma_box"
|
||||
|
||||
/obj/item/storage/box/coke_envirosuit/populate_contents()
|
||||
new /obj/item/clothing/under/plasmaman/coke(src)
|
||||
new /obj/item/clothing/head/helmet/space/plasmaman/coke(src)
|
||||
|
||||
#undef NODESIGN
|
||||
#undef NANOTRASEN
|
||||
#undef SYNDI
|
||||
|
||||
Reference in New Issue
Block a user