[MIRROR] Updates PubbyStation (#2325)

no
This commit is contained in:
CitadelStationBot
2017-08-22 20:20:46 -05:00
committed by kevinz000
parent d151ebf247
commit a6d64204ad
4 changed files with 9 additions and 8 deletions
@@ -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)
+4 -3
View File
@@ -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)