mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Syntiflesh is defined twice, both as a food/snack and obj/item/weapon. The first one is edible while the second one is not.
This PR comments out the non-edible one and replaces any reference of it to the edible one. Conflicts: code/defines/obj/weapon.dm maps/tgstation2.dmm
This commit is contained in:
@@ -28,11 +28,11 @@
|
||||
meat
|
||||
input = /obj/item/weapon/reagent_containers/food/snacks/meat
|
||||
output = /obj/item/weapon/reagent_containers/food/snacks/meatball
|
||||
|
||||
/* The meat recipe handles all of these.
|
||||
meat2
|
||||
input = /obj/item/weapon/syntiflesh
|
||||
input = /obj/item/weapon/reagent_containers/food/snacks/meat/syntiflesh
|
||||
output = /obj/item/weapon/reagent_containers/food/snacks/meatball
|
||||
/*
|
||||
|
||||
monkeymeat
|
||||
input = /obj/item/weapon/reagent_containers/food/snacks/meat/monkey
|
||||
output = /obj/item/weapon/reagent_containers/food/snacks/meatball
|
||||
|
||||
Reference in New Issue
Block a user