mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 21:26:30 +01:00
Reagent Geysers, Pump Fixing, Puddles. (#8268)
* Reagent Geysers, Pump Fixing, Puddles. * blah blah blah, CI fixes, linting, requested changes
This commit is contained in:
@@ -20,10 +20,10 @@
|
||||
if(location)
|
||||
location.hotspot_expose(1000,1000)
|
||||
if (istype(src.loc,/obj/item/device/assembly_holder))
|
||||
if (istype(src.loc.loc, /obj/structure/reagent_dispensers/fueltank/))
|
||||
var/obj/structure/reagent_dispensers/fueltank/tank = src.loc.loc
|
||||
if (tank && tank.modded)
|
||||
tank.explode()
|
||||
if (istype(src.loc.loc, /obj/structure/reagent_dispensers))
|
||||
var/obj/structure/reagent_dispensers/tank = src.loc.loc
|
||||
if (tank && tank.faucet)
|
||||
tank.rupture()
|
||||
|
||||
var/datum/effect_system/spark_spread/s = new /datum/effect_system/spark_spread
|
||||
s.set_up(3, 1, src)
|
||||
|
||||
Reference in New Issue
Block a user