mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user