Merge pull request #5794 from Loganbacca/cups

Cup grammar fix
This commit is contained in:
Zuhayr
2014-07-28 10:11:57 +09:30
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
H << "\red You have a monitor for a head, where do you think you're going to put that?"
return
M << "\blue You swallow a gulp of [src]."
M << "\blue You swallow a gulp from \the [src]."
if(reagents.total_volume)
reagents.trans_to_ingest(M, gulp_size)

View File

@@ -71,7 +71,7 @@
center_of_mass = list("x"=16, "y"=10)
if("tomatojuice")
icon_state = "glass_red"
name = "Glass of Tomato juf"
name = "Glass of Tomato juice"
desc = "Are you sure this is tomato juice?"
center_of_mass = list("x"=16, "y"=10)
if("blood")