[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
+5
View File
@@ -274,6 +274,11 @@
desc = "A sign labelling a religious area."
icon_state = "holy"
/obj/structure/sign/restroom
name = "\improper RESTROOM"
desc = "A sign labelling a restroom."
icon_state = "restroom"
/obj/structure/sign/xeno_warning_mining
name = "DANGEROUS ALIEN LIFE"
desc = "A sign that warns would-be travellers of hostile alien life in the vicinity."
@@ -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)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB