[MIRROR] Allow pouring stuff into tanks (#9459)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-11-09 22:21:22 -07:00
committed by GitHub
parent 3229cdc27b
commit ea25826355
2 changed files with 19 additions and 0 deletions

View File

@@ -48,6 +48,9 @@
if(!istype(target))
return 0
if(target.open_top)
return 0
if(!target.reagents || !target.reagents.total_volume)
// to_chat(user, span_notice("[target] is empty."))
balloon_alert(user, "[target] is empty.") // CHOMPEdit - Changed to balloon alert