Merge pull request #5880 from Whitellama/master

Fixes #5870 (glasses being named inconsistently) and unreported issue of wet rags making glass-hit noises when you wash down a window
This commit is contained in:
Zuhayr
2014-08-03 13:05:43 +09:30
3 changed files with 4 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
possible_transfer_amounts = list(5)
volume = 5
can_be_placed_into = null
flags = FPRINT | TABLEPASS | OPENCONTAINER | NOBLUDGEON
/obj/item/weapon/reagent_containers/glass/rag/attack_self(mob/user as mob)
return

View File

@@ -605,8 +605,8 @@
center_of_mass = list("x"=16, "y"=10)
else
icon_state = "glass_empty"
name = "Drinking glass"
desc = "Your standard drinking glass"
name = "glass"
desc = "Your standard drinking glass."
center_of_mass = list("x"=16, "y"=10)
return