Fixes bartender suit having an adjust state
This commit is contained in:
committed by
CitadelStationBot
parent
dc0128a6d3
commit
6ab499b57b
@@ -12,7 +12,7 @@
|
||||
var/gulp_size = 5 //This is now officially broken ... need to think of a nice way to fix it.
|
||||
possible_transfer_amounts = list(5,10,15,20,25,30,50)
|
||||
volume = 50
|
||||
resistance_flags = 0
|
||||
resistance_flags = NONE
|
||||
var/isGlass = TRUE //Whether the 'bottle' is made of glass or not so that milk cartons dont shatter when someone gets hit by it
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/on_reagent_change()
|
||||
@@ -378,7 +378,7 @@
|
||||
icon = 'icons/obj/lavaland/ash_flora.dmi'
|
||||
icon_state = "mushroom_bowl"
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
resistance_flags = 0
|
||||
resistance_flags = NONE
|
||||
isGlass = FALSE
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user