mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 09:31:30 +00:00
9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
/obj/item/clothing/suit
|
|
icon = 'suits.dmi'
|
|
name = "suit"
|
|
var/fire_resist = T0C+100
|
|
flags = FPRINT | TABLEPASS
|
|
allowed = list(/obj/item/weapon/tank/emergency_oxygen)
|
|
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
|
|
slot_flags = SLOT_OCLOTHING
|