- Grammar fix for drinking from cups
- Changed "Glass of Tomato juf" to "Glass of Tomato juice" (I'm assuming this was a typo)
This commit is contained in:
Loganbacca
2014-07-27 20:04:45 +12:00
parent 5fe8865f95
commit fbc9b03e73
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 your [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")