Makes buckets, sinks and tanks transfer more by default and adds info about changing the transfer amount (#10467)

This commit is contained in:
Jiří Barouš
2020-11-09 10:07:27 +01:00
committed by GitHub
parent f28267ea22
commit 591f9d3942
4 changed files with 14 additions and 6 deletions
+2 -1
View File
@@ -396,9 +396,10 @@
icon = 'icons/obj/watercloset.dmi'
icon_state = "sink"
desc = "A sink used for washing one's hands and face."
desc_info = "You can right-click this and change the amount transferred per use."
anchored = 1
var/busy = 0 //Something's being washed at the moment
var/amount_per_transfer_from_this = 10
var/amount_per_transfer_from_this = 300
var/possible_transfer_amounts = list(5,10,15,25,30,50,60,100,120,250,300)
/obj/structure/sink/verb/set_APTFT() //set amount_per_transfer_from_this