mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Mini Aurora Port
This commit is contained in:
@@ -63,6 +63,24 @@
|
||||
|
||||
adjust_mask(usr)
|
||||
|
||||
/obj/item/clothing/mask/surgical/white
|
||||
icon_state = "sterilew"
|
||||
item_state_slots = list(slot_r_hand_str = "sterilew", slot_l_hand_str = "sterilew")
|
||||
|
||||
/obj/item/clothing/mask/surgical/dust
|
||||
name = "dust mask"
|
||||
desc = "A dust mask designed to protect the wearer against construction and/or custodial particulate."
|
||||
icon_state = "dust"
|
||||
item_state_slots = list(slot_r_hand_str = "dust", slot_l_hand_str = "dust")
|
||||
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 30, rad = 0)
|
||||
|
||||
/obj/item/clothing/mask/surgical/cloth
|
||||
name = "cloth mask"
|
||||
desc = "A cloth mask designed to protect the wearer against allergens, illnesses, and social interaction."
|
||||
icon_state = "cloth"
|
||||
item_state_slots = list(slot_r_hand_str = "cloth", slot_l_hand_str = "cloth")
|
||||
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 20, rad = 0)
|
||||
|
||||
/obj/item/clothing/mask/fakemoustache
|
||||
name = "fake moustache"
|
||||
desc = "Warning: moustache is fake."
|
||||
|
||||
Reference in New Issue
Block a user