Syndie tool tweaks (#20070)

* aaahh ahhh wacky ass yah yah screwdriver

* don't uppercase tool names!

* can no longer interact with a syndienuke

* review
This commit is contained in:
Bm0n
2023-01-13 16:29:52 -05:00
committed by GitHub
parent 74f998f22d
commit ad189f9275
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ GLOBAL_VAR(bomb_set)
. = TRUE
if(!I.use_tool(src, user, 0, volume = I.tool_volume))
return
if(auth || (istype(I, /obj/item/screwdriver/nuke)))
if(auth || (istype(I, /obj/item/screwdriver/nuke) && !is_syndicate))
if(!panel_open)
panel_open = TRUE
to_chat(user, "You unscrew the control panel of [src].")