Merge pull request #1221 from Kabramen/radkini

Engislut
This commit is contained in:
QuoteFox
2021-06-06 19:50:30 +01:00
committed by GitHub
11 changed files with 44 additions and 3 deletions
+11
View File
@@ -216,3 +216,14 @@
A.UpdateButtonIcon()
to_chat(M, "The Tiki Mask has now changed into the [choice] Mask!")
return 1
//lewd(?) masks
/obj/item/clothing/mask/gas/radmask
name = "radiation mask"
desc = "An mask that somewhat protects the user from ratiation. Not as effective like a radiation hood, but is better than nothing."
icon_state = "radmask"
item_state = "radmask"
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 30, "fire" = 10, "acid" = 10)
@@ -80,4 +80,15 @@
item_color = "robotics_skirt"
body_parts_covered = CHEST|GROIN|ARMS
can_adjust = FALSE
fitted = FEMALE_UNIFORM_TOP
fitted = FEMALE_UNIFORM_TOP
/obj/item/clothing/under/radkini
name = "radkini"
desc = "A bikini that protects against radiation. It's surprisingly effective thanks to bluespace fabric, however is still recommended to wear it with a radiation suit."
icon_state = "radkini"
item_state = "radkini"
item_color = "radkini"
can_adjust = FALSE
body_parts_covered = CHEST|GROIN
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 50, "fire" = 10, "acid" = 10)
fitted = FEMALE_UNIFORM_TOP