mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-16 10:27:34 +01:00
Engislut
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user