mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
[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:
co-authored by
robbertapir
robbertapir
parent
1eabb88e36
commit
8cfcf53bd5
@@ -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