Alt Click Madness

This commit is contained in:
Fox-McCloud
2016-07-22 16:09:16 -04:00
parent 5a9681b5cd
commit 451044863e
6 changed files with 60 additions and 0 deletions
+10
View File
@@ -318,6 +318,16 @@ var/global/wcCommon = pick(list("#379963", "#0d8395", "#58b5c3", "#49e46e", "#8f
return
/obj/structure/window/AltClick(mob/user)
..()
if(user.incapacitated())
to_chat(user, "<span class='warning'>You can't do that right now!</span>")
return
if(!in_range(src, user))
return
else
revrotate()
/*
/obj/structure/window/proc/updateSilicate()
if(silicateIcon && silicate)