mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
[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:
co-authored by
C.L
Kashargul
Kashargul
parent
2fc85eb044
commit
c3578b9658
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user