mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fixes Drones being charged for using the Lathe on/off station (#66593)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user