concussive gauntlets now launch you away from gibtonite and mine basalt (#71108)

when you mine gibtonite using concussive gauntlets, you now get launched
away from it, so you wont get hit by the explosion
also lets them mine basalt for glass
This commit is contained in:
Fikou
2022-11-07 14:07:51 -05:00
committed by GitHub
parent bf11926af4
commit 78124de4c1
7 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -146,7 +146,7 @@
var/turf/closed/mineral/mineral_turf = target
mineral_turf.gets_drilled(mod.wearer)
drain_power(use_power_cost)
else if(istype(target, /turf/open/misc/asteroid))
else if(isasteroidturf(target))
var/turf/open/misc/asteroid/sand_turf = target
if(!sand_turf.can_dig(mod.wearer))
return