mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 23:23:55 +01:00
tgui default background color port (#18008)
* tgui default background color port * globs are not ready yet * prettier * .
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
if (tgui_alert(usr, "Are you sure you want to empty that?", "Empty Bottle:", list("Yes", "No")) != "Yes")
|
||||
return
|
||||
if(isturf(usr.loc))
|
||||
balloon_alert(usr, "empted \the [src] onto the floor.")
|
||||
balloon_alert(usr, "emptied \the [src] onto the floor.")
|
||||
reagents.splash(usr.loc, reagents.total_volume)
|
||||
|
||||
//space cleaner
|
||||
|
||||
Reference in New Issue
Block a user