[MIRROR] Makes clicking gun HUD icon swap (#12198)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-01 16:41:53 -07:00
committed by GitHub
parent 2a01cf11bc
commit 6cc824b9cb
9 changed files with 51 additions and 442 deletions
-1
View File
@@ -150,7 +150,6 @@
if(.)
return TRUE
var/turf/T = get_turf(user)
var/outdoors = T.is_outdoors()
if(do_after(user, 1.5 SECONDS, target = user) && !QDELETED(src))
new /obj/structure/extraction_point(get_turf(user))
qdel(src)