storage items no longer bring up the turf panel on alt-click (#24395)

* storage items no longer bring up the turf panel on alt-click

* these too
This commit is contained in:
GDN
2024-03-11 15:08:02 -04:00
committed by GitHub
parent 03f66b19cc
commit 5367656862
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -11,7 +11,6 @@
var/cooldown = 0 // very cool down
/obj/structure/snow/AltClick(mob/user)
. = ..()
if(cooldown > world.time)
return
if(ishuman(user) && Adjacent(user))