mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 04:01:41 +00:00
[MIRROR] Ports soup, snacks, icecream, salads and meat to newfood (#1074)
* Ports soup, snacks, icecream, salads and meat to newfood (#54028) Ports soup, snacks, icecream, salads and meat to newfood * Ports soup, snacks, icecream, salads and meat to newfood * Update true_changeling.dm Co-authored-by: Qustinnus <Floydje123@hotmail.com> Co-authored-by: Azarak <azarak10@gmail.com>
This commit is contained in:
@@ -1407,9 +1407,9 @@
|
||||
else if(isplasmaman(H))
|
||||
cookiealt = /obj/item/reagent_containers/food/condiment/milk
|
||||
else if(isethereal(H))
|
||||
cookiealt = /obj/item/reagent_containers/food/snacks/energybar
|
||||
cookiealt = /obj/item/food/energybar
|
||||
else if(islizard(H))
|
||||
cookiealt = /obj/item/reagent_containers/food/snacks/meat/slab
|
||||
cookiealt = /obj/item/food/meat/slab
|
||||
var/obj/item/new_item = new cookiealt(H)
|
||||
if(H.put_in_hands(new_item))
|
||||
H.update_inv_hands()
|
||||
|
||||
Reference in New Issue
Block a user