Fixes Drones being charged for using the Lathe on/off station (#66593)

This commit is contained in:
ArcaneMusic
2022-05-01 23:17:52 -05:00
committed by GitHub
parent f6697052d5
commit 2187384d36
+1 -1
View File
@@ -43,7 +43,7 @@
if(!ismob(target))
return COMPONENT_OBJ_CANCEL_CHARGE
var/mob/living/user = target
if(issilicon(user)) //They have evolved beyond the need for mere credits
if(issilicon(user) || isdrone(user)) //They have evolved beyond the need for mere credits
return
var/obj/item/card/id/card
if(istype(user))