mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +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].")
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
break
|
||||
|
||||
/obj/item/multitool/red
|
||||
name = "Suspicious Multitool"
|
||||
name = "suspicious multitool"
|
||||
desc = "A sinister-looking multitool, used for pulsing wires to test which to cut."
|
||||
icon_state = "multitool_syndi"
|
||||
belt_icon = "multitool_syndi"
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
throwforce = 18
|
||||
|
||||
/obj/item/storage/toolbox/syndicate/populate_contents()
|
||||
new /obj/item/screwdriver(src, "red")
|
||||
new /obj/item/screwdriver/nuke(src)
|
||||
new /obj/item/wrench(src)
|
||||
new /obj/item/weldingtool/largetank(src)
|
||||
new /obj/item/crowbar/red(src)
|
||||
|
||||
Reference in New Issue
Block a user