committed by
kevinz000
parent
d151ebf247
commit
a6d64204ad
@@ -14,11 +14,6 @@
|
||||
volume = 50
|
||||
resistance_flags = 0
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/New()
|
||||
..()
|
||||
pixel_x = rand(-5, 5)
|
||||
pixel_y = rand(-5, 5)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/on_reagent_change()
|
||||
if (gulp_size < 5) gulp_size = 5
|
||||
else gulp_size = max(round(reagents.total_volume / 5), 5)
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
resistance_flags = FLAMMABLE
|
||||
var/foodtype = NONE
|
||||
var/last_check_time
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/New()
|
||||
..()
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/Initialize(mapload)
|
||||
..()
|
||||
if(!mapload)
|
||||
pixel_x = rand(-5, 5) //Randomizes postion slightly.
|
||||
pixel_y = rand(-5, 5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user