Switches most common visible_messages to look like emotes, inc. surgery. (#8981)

This commit is contained in:
Matt Atlas
2020-06-02 19:24:02 +02:00
committed by GitHub
parent 66c8b4e52a
commit 0a00700401
19 changed files with 142 additions and 99 deletions
+2 -2
View File
@@ -454,9 +454,9 @@
var/amountToRemove = min((maxWaterLevel - waterlevel), RC.reagents.total_volume)
RC.reagents.remove_reagent("water", amountToRemove, 1)
waterlevel += amountToRemove
user.visible_message("[user] transfers [amountToRemove]u of water to the tray."," You transfer [amountToRemove]u of water to the tray.")
user.visible_message("<b>[user]</b> transfers some water to the tray.", "You transfer about [amountToRemove] units of water to the tray.")
else
to_chat(user, "This tray is full of water already.")
to_chat(user, SPAN_WARNING("This tray is full of water already."))
return 1
if (O.is_open_container())