[MIRROR] Fixes igniters, stunprods and teleprods not working properly [MDB IGNORE] (#14267)

* Fixes igniters, stunprods and teleprods not working properly (#67682)

makes igniters not runtime when activated outside a holder

Co-authored-by: robbertapir <robbertapir@ airmail.cc>

* Fixes igniters, stunprods and teleprods not working properly

Co-authored-by: robbertapir <102324362+robbertapir@users.noreply.github.com>
Co-authored-by: robbertapir <robbertapir@ airmail.cc>
This commit is contained in:
SkyratBot
2022-06-12 12:52:08 -07:00
committed by GitHub
co-authored by robbertapir robbertapir
parent 1eabb88e36
commit 8cfcf53bd5
+2 -1
View File
@@ -36,7 +36,8 @@
var/turf/location = get_turf(loc)
if(location)
location.hotspot_expose(heat, EXPOSED_VOLUME)
SEND_SIGNAL(holder.loc, COMSIG_IGNITER_ACTIVATE)
if(holder)
SEND_SIGNAL(holder.loc, COMSIG_IGNITER_ACTIVATE)
if(QDELETED(src))
return TRUE
sparks.start()