mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user