Skip to content

Commit

Permalink
Merge pull request #25 from ARF-SS13/fenwork
Browse files Browse the repository at this point in the history
Should fix glass containers clink on tables
  • Loading branch information
Tk420634 authored Jul 17, 2024
2 parents c92b789 + 1c63ba4 commit 033ba3a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
16 changes: 15 additions & 1 deletion _maps/map_files/coyote_bayou/foxybar.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3989,6 +3989,20 @@
icon_state = "horizontalbottomborderbottom3"
},
/area/f13/wasteland/city/newboston/outdoors)
"wUh" = (
/obj/effect/decal/cleanable/glitter/blue{
color = "#993311";
layer = 3;
plane = -1
},
/obj/effect/overlay/fog/fog2{
plane = -2;
alpha = 175
},
/turf/open/floor/wood_fancy{
color = "#779999"
},
/area/f13/fb/bar)
"xaI" = (
/obj/structure/easel,
/obj/effect/overlay/fog/fog2{
Expand Down Expand Up @@ -6844,7 +6858,7 @@ okV
qxm
wev
irF
iku
wUh
wxN
iKD
wxN
Expand Down
9 changes: 6 additions & 3 deletions _maps/map_files/coyote_bayou/foxybarupper.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,8 @@
"ph" = (
/obj/effect/decal/cleanable/glitter/blue{
color = "#444499";
layer = 3
layer = 3;
plane = -1
},
/turf/open/floor/carpet/black,
/area/f13/fb/bar)
Expand Down Expand Up @@ -1516,7 +1517,8 @@
},
/obj/effect/decal/cleanable/glitter/blue{
color = "#444499";
layer = 3
layer = 3;
plane = -1
},
/turf/open/floor/carpet/black,
/area/f13/fb/bar)
Expand Down Expand Up @@ -3080,7 +3082,8 @@
/area/f13/fb/bar)
"LE" = (
/obj/effect/decal/cleanable/glitter/white{
color = "#884444"
color = "#884444";
plane = -1
},
/turf/open/floor/carpet/black,
/area/f13/fb/bar)
Expand Down
1 change: 1 addition & 0 deletions code/modules/food_and_drinks/drinks/drinks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
volume = 50
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
tableplacesound = 'sound/machines/glassclink.ogg'

/obj/item/reagent_containers/food/drinks/on_reagent_change(changetype)
if (gulp_size < 5)
Expand Down
1 change: 0 additions & 1 deletion code/modules/reagents/reagent_containers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
icon = 'icons/obj/chemical.dmi'
icon_state = null
w_class = WEIGHT_CLASS_TINY
tableplacesound = 'sound/machines/glassclink.ogg'
var/amount_per_transfer_from_this = 5
var/list/possible_transfer_amounts = list(5,10,15,20,25,30)
var/volume = 30
Expand Down

0 comments on commit 033ba3a

Please sign in to comment.