mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Update code/modules/vehicles/mecha/equipment/tools/mining_tools.dm
Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
return
|
||||
|
||||
// We can only drill non-space turfs, living mobs and objects.
|
||||
if(isspaceturf(target) || !isliving(target) || !isobj(target) || !isturf(target))
|
||||
if(isspaceturf(target) || !(isliving(target) || isobj(target) || isturf(target)))
|
||||
return
|
||||
|
||||
// For whatever reason we can't drill things that acid won't even stick too, and probably
|
||||
|
||||
Reference in New Issue
Block a user