Adds the captain's medal to the medal's lockbox.

Fixes issue 2358
This commit is contained in:
Aranclanos
2014-01-15 19:10:30 -03:00
parent 42551d54e7
commit f81ae6fb34
@@ -97,7 +97,7 @@
item_state = "syringe_kit"
w_class = 3
max_w_class = 2
storage_slots = 5
storage_slots = 6
req_access = list(access_captain)
icon_locked = "medalbox+l"
icon_closed = "medalbox"
@@ -109,4 +109,5 @@
new /obj/item/clothing/tie/medal/bronze_heart(src)
new /obj/item/clothing/tie/medal/conduct(src)
new /obj/item/clothing/tie/medal/conduct(src)
new /obj/item/clothing/tie/medal/conduct(src)
new /obj/item/clothing/tie/medal/conduct(src)
new /obj/item/clothing/tie/medal/gold/captain(src)