From 9294c07a97c059fc432e40c093e4528c700938a2 Mon Sep 17 00:00:00 2001 From: PatrickLeeJohnson Date: Wed, 20 Jul 2022 15:55:44 +0300 Subject: [PATCH] stat edit Edited some stats for the captain's envirosuit --- code/modules/clothing/spacesuits/plasmamen.dm | 3 ++- code/modules/clothing/under/jobs/Plasmaman/command.dm | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/plasmamen.dm b/code/modules/clothing/spacesuits/plasmamen.dm index fe1ead7f..d3fb18b0 100644 --- a/code/modules/clothing/spacesuits/plasmamen.dm +++ b/code/modules/clothing/spacesuits/plasmamen.dm @@ -273,4 +273,5 @@ name = "captain envirosuit helmet" desc = "A blue and gold envirosuit helmet designed only for the most important plasmaman on board." icon_state = "captain_envirohelm" - item_state = "captain_envirohelm" \ No newline at end of file + item_state = "captain_envirohelm" + armor = list("melee" = 40, "bullet" = 50, "laser" = 50, "energy" = 25, "bomb" = 50, "bio" = 100, "rad" = 50, "fire" = 100, "acid" = 75) \ No newline at end of file diff --git a/code/modules/clothing/under/jobs/Plasmaman/command.dm b/code/modules/clothing/under/jobs/Plasmaman/command.dm index caf5df0d..4f292841 100644 --- a/code/modules/clothing/under/jobs/Plasmaman/command.dm +++ b/code/modules/clothing/under/jobs/Plasmaman/command.dm @@ -3,4 +3,5 @@ desc = "A blue and gold envirosuit designed only for the most important plasmaman on board." icon_state = "captain_envirosuit" item_state = "captain_envirosuit" - item_color = "captain_envirosuit" \ No newline at end of file + item_color = "captain_envirosuit" + armor = list("melee" = 10, "bullet" = 10, "laser" = 10,"energy" = 10, "bomb" = 10, "bio" = 100, "rad" = 10, "fire" = 100, "acid" = 75) \ No newline at end of file