adjust resize ability to use a state (#18811)

* ajust resize ability to use a state

* na not this
This commit is contained in:
Kashargul
2025-11-21 01:07:33 +01:00
committed by GitHub
parent e30e6c2684
commit bd32d1c584
3 changed files with 36 additions and 14 deletions
-1
View File
@@ -142,7 +142,6 @@
icon_state = "subspace_amplifier"
/obj/item/fulton_core/attack_self(mob/user)
var/turf/T = get_turf(user)
if(do_after(user, 1.5 SECONDS, target = user) && !QDELETED(src))
new /obj/structure/extraction_point(get_turf(user))
qdel(src)