mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
Plasmamen drip - Tacticool Suit (#27092)
* Plasmaman Tactical Suits Drip needed * Clarification for dummies * Radial Menu * Removed the unneeded helmets. * Desc Fix. * Documentation and Static * Unnecessary Check Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com> * Documentation Fix * Alt-Click better Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com> * Better Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com> * Initial for diver Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com> * Contrabang requested changes. Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com> * Requested Changes Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com> * Update code/modules/clothing/spacesuits/plasmamen.dm Requested Changes - Hands Blocked trait Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com> --------- Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com> Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -1266,6 +1266,15 @@
|
||||
new /obj/item/clothing/under/plasmaman/coke(src)
|
||||
new /obj/item/clothing/head/helmet/space/plasmaman/coke(src)
|
||||
|
||||
/obj/item/storage/box/tacticool_envirosuit
|
||||
name = "tactical suit box"
|
||||
desc = "A box with a special envirosuit usually supplied by black markets."
|
||||
icon_state = "plasma_box"
|
||||
|
||||
/obj/item/storage/box/tacticool_envirosuit/populate_contents()
|
||||
new /obj/item/clothing/under/plasmaman/tacticool(src)
|
||||
new /obj/item/clothing/head/helmet/space/plasmaman/tacticool(src)
|
||||
|
||||
#undef NODESIGN
|
||||
#undef NANOTRASEN
|
||||
#undef SYNDI
|
||||
|
||||
Reference in New Issue
Block a user