mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Lets Admin AI Interact Print Items Again (#68958)
I added a check for ghost AIs to bypass the payment component. So j*nnies (cringe) can print items from lathes again. Useful in case I forgor the typepath of something and need to print it to remember, or to more forcefully show someone that you can print something at a lathe.
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) || isdrone(user)) //They have evolved beyond the need for mere credits
|
||||
if(issilicon(user) || isdrone(user) || isAdminGhostAI(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