[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 20:48:28 +02:00
committed by GitHub
co-authored by C.L Kashargul Kashargul
parent 2fc85eb044
commit c3578b9658
34 changed files with 416 additions and 314 deletions
+1 -1
View File
@@ -133,7 +133,7 @@
if(istype(O, /obj/structure/window))
var/obj/structure/window/W = O
if(Adjacent(W) && !W.anchored)
to_chat("<span class='notice'>You hoist [W] up onto [src].</span>")
to_chat(user, "<span class='notice'>You hoist [W] up onto [src].</span>")
W.forceMove(loc)
return
if(isrobot(user))