[MIRROR] Adds Toggleable Stomachs w/ toggleable visibility (#8563)

Co-authored-by: C.L <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-09-02 11:48:28 -07:00
committed by GitHub
parent 2fc85eb044
commit c3578b9658
34 changed files with 416 additions and 314 deletions

View File

@@ -106,7 +106,7 @@ fundamental differences
var/datum/cooking_item/CI = cooking_objs[1]
if(!CI.container.check_contents())
to_chat("<span class='filter_notice'>There's nothing in it! Add ingredients before turning [src] on!</span>")
to_chat(usr, "<span class='filter_notice'>There's nothing in it! Add ingredients before turning [src] on!</span>")
return
if(stat & POWEROFF)//Its turned off
@@ -152,4 +152,4 @@ fundamental differences
/obj/machinery/appliance/mixer/process()
if (!stat)
for (var/i in cooking_objs)
do_cooking_tick(i)
do_cooking_tick(i)