mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user