quick fix for errors

some vars got fucked up in a merge conflict
This commit is contained in:
evilew
2023-09-05 22:47:28 +02:00
parent 9d93245d86
commit 001e20e313
+3 -3
View File
@@ -89,9 +89,9 @@
is_reflectable = FALSE
light_range = 0
///How much fat is added to the target mob?
food_per_feeding = 5
food_fed = /datum/reagent/consumable/nutriment
fullness_add = 10
var/food_per_feeding = 5
var/food_fed = /datum/reagent/consumable/nutriment
var/fullness_add = 10
/obj/item/projectile/energy/fattening/icecream/on_hit(atom/target, blocked)
. = ..()