mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
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:
@@ -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].")
|
||||
|
||||
Reference in New Issue
Block a user