mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user