Merge pull request #5240 from TheBeoni/PodPilot

Adds Pod Pilot Jumpsuit
This commit is contained in:
Fox McCloud
2016-07-31 22:44:59 -04:00
committed by GitHub
5 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -180,4 +180,12 @@
item_color = "brig_phys"
permeability_coefficient = 0.50
armor = list(melee = 10, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 10, rad = 0)
flags_size = ONESIZEFITSALL
flags_size = ONESIZEFITSALL
//Pod Pilot
/obj/item/clothing/under/rank/security/pod_pilot
desc = "Suit for your regular pod pilot."
name = "pod pilot's jumpsuit"
icon_state = "pod_pilot"
item_state = "pod_pilot"
item_color = "pod_pilot"