mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Cup fix
- 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:
@@ -34,7 +34,7 @@
|
|||||||
H << "\red You have a monitor for a head, where do you think you're going to put that?"
|
H << "\red You have a monitor for a head, where do you think you're going to put that?"
|
||||||
return
|
return
|
||||||
|
|
||||||
M << "\blue You swallow a gulp of [src]."
|
M << "\blue You swallow a gulp from your [src]."
|
||||||
if(reagents.total_volume)
|
if(reagents.total_volume)
|
||||||
reagents.trans_to_ingest(M, gulp_size)
|
reagents.trans_to_ingest(M, gulp_size)
|
||||||
|
|
||||||
|
|||||||
@@ -71,7 +71,7 @@
|
|||||||
center_of_mass = list("x"=16, "y"=10)
|
center_of_mass = list("x"=16, "y"=10)
|
||||||
if("tomatojuice")
|
if("tomatojuice")
|
||||||
icon_state = "glass_red"
|
icon_state = "glass_red"
|
||||||
name = "Glass of Tomato juf"
|
name = "Glass of Tomato juice"
|
||||||
desc = "Are you sure this is tomato juice?"
|
desc = "Are you sure this is tomato juice?"
|
||||||
center_of_mass = list("x"=16, "y"=10)
|
center_of_mass = list("x"=16, "y"=10)
|
||||||
if("blood")
|
if("blood")
|
||||||
|
|||||||
Reference in New Issue
Block a user