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>
This commit is contained in:
robbertapir
2022-06-12 03:53:59 +02:00
committed by GitHub
parent 05d772a064
commit 902eaffe69
+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()