mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Blobs now detonate fuel tanks
This commit is contained in:
@@ -74,6 +74,9 @@
|
|||||||
if(GR)
|
if(GR)
|
||||||
qdel(GR)
|
qdel(GR)
|
||||||
return
|
return
|
||||||
|
for(var/obj/structure/reagent_dispensers/fueltank/Fuel in T)
|
||||||
|
Fuel.ex_act(2)
|
||||||
|
return
|
||||||
for(var/obj/machinery/door/D in T) // There can be several - and some of them can be open, locate() is not suitable
|
for(var/obj/machinery/door/D in T) // There can be several - and some of them can be open, locate() is not suitable
|
||||||
if(D.density)
|
if(D.density)
|
||||||
D.ex_act(2)
|
D.ex_act(2)
|
||||||
|
|||||||
Reference in New Issue
Block a user