mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -81,11 +81,9 @@
|
||||
if(is_open_container())
|
||||
if(reagents.total_volume >= volume)
|
||||
to_chat(user, "span class='warning'>\The [src] is full.</span>")
|
||||
|
||||
return
|
||||
else
|
||||
reagents.add_reagent("water", min(volume - reagents.total_volume, amount_per_transfer_from_this))
|
||||
to_chat(user, "<span class='notice'>You fill [src] from [source].</span>")
|
||||
|
||||
return
|
||||
..()
|
||||
Reference in New Issue
Block a user