mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-27 18:51:53 +00:00
Several head objects path changed so they are not helmets, head means can fit on your head, helmet was securities helmets, space helmets currently still helmet. Cult restricted job list now has the sec force + cap because you can’t convert them as is. AI removed from protected traitor jobs as malf is currently effectively out of commission. A Protected list was added to changling. Removed the furry mob files that were not checked. Moved two unchecked files to unused git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3896 316c924e-a436-60f5-8080-3fe189b3f50e
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
//Contains: Engineering department jumpsuits
|
|
/obj/item/clothing/under/rank/chief_engineer
|
|
desc = "It's a high visibility jumpsuit given to those engineers insane enough to achieve the rank of \"Chief engineer\". It has minor radiation shielding."
|
|
name = "chief engineer's jumpsuit"
|
|
icon_state = "chiefengineer"
|
|
item_state = "g_suit"
|
|
color = "chief"
|
|
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 10)
|
|
|
|
/obj/item/clothing/under/rank/atmospheric_technician
|
|
desc = "It's a jumpsuit worn by atmospheric technicians."
|
|
name = "atmospheric technician's jumpsuit"
|
|
icon_state = "atmos"
|
|
item_state = "atmos_suit"
|
|
color = "atmos"
|
|
|
|
/obj/item/clothing/under/rank/engineer
|
|
desc = "It's an orange high visibility jumpsuit worn by engineers. It has minor radiation shielding."
|
|
name = "engineer's jumpsuit"
|
|
icon_state = "engine"
|
|
item_state = "engi_suit"
|
|
color = "engine"
|
|
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 10)
|
|
|
|
/obj/item/clothing/under/rank/roboticist
|
|
desc = "It's a slimming black with reinforced seams; great for industrial work."
|
|
name = "roboticist's jumpsuit"
|
|
icon_state = "robotics"
|
|
item_state = "robotics"
|
|
color = "robotics" |