mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
fixes bacon from cutlets in hand (#20974)
* bacon from cutlets in hand raw cutlets can now be cut in hand to create bacon * put bacon in hand when made
This commit is contained in:
@@ -79,8 +79,13 @@
|
||||
"<span class ='notice'>[user] cuts the raw cutlet with [W]!</span>", \
|
||||
"<span class ='notice'>You cut the raw cutlet with [W]!</span>" \
|
||||
)
|
||||
new /obj/item/reagent_containers/food/snacks/raw_bacon(loc)
|
||||
qdel(src)
|
||||
var/obj/item/reagent_containers/food/snacks/raw_bacon/bacon = new(get_turf(src))
|
||||
if(ishuman(loc))
|
||||
var/mob/living/carbon/human/H = loc
|
||||
qdel(src)
|
||||
H.put_in_hands(bacon)
|
||||
else
|
||||
qdel(src)
|
||||
|
||||
//////////////////////////
|
||||
// Monster Meat //
|
||||
|
||||
Reference in New Issue
Block a user