mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Merge pull request #3353 from softmix/dev
Made mechas able to bump-mine
This commit is contained in:
@@ -598,12 +598,10 @@ commented out in r5061, I left it because of the shroom thingies
|
|||||||
if(istype(R.module_active,/obj/item/weapon/pickaxe))
|
if(istype(R.module_active,/obj/item/weapon/pickaxe))
|
||||||
src.attackby(R.module_active,R)
|
src.attackby(R.module_active,R)
|
||||||
return
|
return
|
||||||
/* else if(istype(AM,/obj/mecha))
|
else if(istype(AM,/obj/mecha))
|
||||||
var/obj/mecha/M = AM
|
var/obj/mecha/M = AM
|
||||||
if(istype(M.selected,/obj/item/mecha_parts/mecha_equipment/tool/drill))
|
if(istype(M.selected,/obj/item/mecha_parts/mecha_equipment/tool/drill))
|
||||||
src.attackby(M.selected,M)
|
M.selected.action(src)
|
||||||
return*/
|
|
||||||
//Aparantly mechs are just TOO COOL to call Bump(), so fuck em (for now)
|
|
||||||
else
|
else
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user