mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Allow pouring stuff into tanks (#9459)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3229cdc27b
commit
ea25826355
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user