mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
Makes clicking gun HUD icon swap (#18961)
* Makes gunhud click swap firemodes * Update fulton.dm * Update weapons.dm * user
This commit is contained in:
@@ -149,7 +149,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)
|
||||
|
||||
Reference in New Issue
Block a user