Gives mining bots back their mesons (#37196)

* Gives mining bots back their mesons

* qdel
This commit is contained in:
vuonojenmustaturska
2018-04-16 12:35:35 +03:00
committed by CitadelStationBot
parent f98040513a
commit ed201bc65d
4 changed files with 29 additions and 13 deletions
@@ -58,12 +58,6 @@
toggle_mode(user, TRUE)
/obj/item/clothing/glasses/meson/engine/process()
if(mode == MODE_MESON)
var/turf/T = get_turf(src)
if(T && is_mining_level(T.z))
toggle_mode(loc)
return
if(!ishuman(loc))
return
var/mob/living/carbon/human/user = loc