Fixes fingerless gloves and bacon burger (#5339)

* Fixes the bacon burger.

* Fixes the fingerless gloves.

* Fixes the chocolate box too.
This commit is contained in:
Alberyk
2018-09-30 20:12:38 +02:00
committed by Werner
parent 87b6614b38
commit 28c6a2749f
3 changed files with 6 additions and 11 deletions
+2 -7
View File
@@ -202,10 +202,5 @@
icon_state = "fingerlessgloves"
item_state = "fingerlessgloves"
fingerprint_chance = 100
/obj/item/clothing/gloves/fingerless/attackby(obj/item/weapon/W, mob/user)
if(iswirecutter(W) || istype(W, /obj/item/weapon/scalpel))
user << "<span class='notice'>What do you plan to snip?</span>" //Nope
return
..()
clipped = 1
species_restricted = list("exclude","Golem","Vaurca Breeder","Vaurca Warform")
@@ -4988,7 +4988,7 @@
name = "mystery chocolate truffle"
desc = "Rich bite-sized chocolate with a mystery filling!"
/obj/item/weapon/reagent_containers/food/snacks/random/Initialize()
/obj/item/weapon/reagent_containers/food/snacks/truffle/random/Initialize()
. = ..()
var/reagent_string = pick(list("cream","cherryjelly","mint","frostoil","capsaicin","cream","coffee","milkshake"))
reagents.add_reagent(reagent_string, 4)
@@ -5077,7 +5077,7 @@
nutriment_desc = list("pizza crust" = 5, "tomato" = 5)
nutriment_amt = 5
/obj/item/weapon/reagent_containers/food/snacks/baconburger
/obj/item/weapon/reagent_containers/food/snacks/burger/bacon
name = "bacon burger"
desc = "The cornerstone of every nutritious breakfast, now with bacon!"
icon_state = "hburger"