mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fixes crowbars not working on AIs (#14477)
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/structure/AIcore/crowbar_act(mob/living/user, obj/item/I)
|
||||
if(state !=CIRCUIT_CORE || state != GLASS_CORE || !(state == CABLED_CORE && brain))
|
||||
if(state !=CIRCUIT_CORE && state != GLASS_CORE && !(state == CABLED_CORE && brain))
|
||||
return
|
||||
. = TRUE
|
||||
if(!I.use_tool(src, user, 0, volume = I.tool_volume))
|
||||
|
||||
Reference in New Issue
Block a user