Merge pull request #15386 from Zerrien/master

Adds unique icons for the 2 types of patches.
This commit is contained in:
Cheridan
2016-02-13 23:36:04 -06:00
2 changed files with 4 additions and 6 deletions
@@ -2,17 +2,13 @@
name = "chemical patch"
desc = "A chemical patch for touch based applications."
icon = 'icons/obj/chemical.dmi'
icon_state = "bandaid"
item_state = "bandaid"
icon_state = "bandaid_generic"
item_state = "bandaid_generic"
possible_transfer_amounts = list()
volume = 50
apply_type = PATCH
apply_method = "apply"
/obj/item/weapon/reagent_containers/pill/patch/New()
..()
icon_state = "bandaid" // thanks inheritance
/obj/item/weapon/reagent_containers/pill/patch/afterattack(obj/target, mob/user , proximity)
return // thanks inheritance again
@@ -25,8 +21,10 @@
name = "brute patch"
desc = "Helps with brute injuries."
list_reagents = list("styptic_powder" = 50)
icon_state = "bandaid_brute"
/obj/item/weapon/reagent_containers/pill/patch/silver_sulf
name = "burn patch"
desc = "Helps with burn injuries."
list_reagents = list("silver_sulfadiazine" = 50)
icon_state = "bandaid_burn"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB