Merge pull request #7122 from Spacemanspark/hoodie-of

Permits hoodies to carry flashlights
This commit is contained in:
Crazy Lemon
2017-04-20 21:23:21 -07:00
committed by GitHub
+2 -1
View File
@@ -457,6 +457,7 @@
icon_state = "black_hoodie"
item_state = "blueshieldcoat"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
allowed = list(/obj/item/device/flashlight, /obj/item/weapon/tank/emergency_oxygen)
hoodtype = /obj/item/clothing/head/hood
species_fit = list("Vox")
sprite_sheets = list(
@@ -946,4 +947,4 @@
linked_staff.faith += 5
if(linked_staff.faith >= 100) //if this charge puts the staff at or above full, notify the wearer
to_chat(H, "<span class='notice'>Faith renewed; ready to convert new followers.</span>")
to_chat(H, "<span class='notice'>Faith renewed; ready to convert new followers.</span>")