mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
[LORE] Updates a bunch of tool lore (#28410)
* the lore jim * Update colored_gloves.dm Co-authored-by: Charlie Nolan <funnyman3595@gmail.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update welder.dm Co-authored-by: Charlie Nolan <funnyman3595@gmail.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update code/game/objects/items/tools/wrench.dm Co-authored-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update code/game/objects/items/tools/screwdriver.dm Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * crowb --------- Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Co-authored-by: Charlie Nolan <funnyman3595@gmail.com> Co-authored-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
This commit is contained in:
co-authored by
Charlie Nolan
WenlockTheBritishHobo
CRUNCH
parent
f65946448d
commit
8401ced031
@@ -8,7 +8,7 @@
|
||||
|
||||
/obj/item/multitool
|
||||
name = "multitool"
|
||||
desc = "Used for pulsing wires to test which to cut. Not recommended by doctors."
|
||||
desc = "A compact gadget used for testing electrical connections, manipulating wiring, and accessing certain locking mechanisms."
|
||||
icon = 'icons/obj/tools.dmi'
|
||||
icon_state = "multitool"
|
||||
belt_icon = "multitool"
|
||||
@@ -116,7 +116,7 @@
|
||||
|
||||
/obj/item/multitool/red
|
||||
name = "suspicious multitool"
|
||||
desc = "A sinister-looking multitool, used for pulsing wires to test which to cut."
|
||||
desc = "A slick black & red multitool used for testing and interfacing with electrical equipment in style."
|
||||
icon_state = "multitool_syndi"
|
||||
item_state = "multitool_syndi"
|
||||
belt_icon = "multitool_syndi"
|
||||
@@ -126,7 +126,7 @@
|
||||
|
||||
/obj/item/multitool/command
|
||||
name = "command multitool"
|
||||
desc = "Used for pulsing wires to test which to cut. Not recommended by the Captain."
|
||||
desc = "A majestic blue multiool used for testing and interfacing with electrical equipment with class."
|
||||
icon_state = "multitool_command"
|
||||
item_state = "multitool_command"
|
||||
belt_icon = "multitool_command"
|
||||
@@ -143,7 +143,7 @@
|
||||
sleep(20)
|
||||
add_fingerprint(user)
|
||||
|
||||
var/base_desc = "Used for pulsing wires to test which to cut. Not recommended by the Captain. Its screen displays the text \""
|
||||
var/base_desc = "A majestic blue multiool used for testing and interfacing with electrical equipment with class. Its screen displays the text \""
|
||||
victims += user.name
|
||||
|
||||
if(length(victims) < 3)
|
||||
@@ -160,7 +160,7 @@
|
||||
|
||||
/obj/item/multitool/cyborg
|
||||
name = "multitool"
|
||||
desc = "Optimised and stripped-down version of a regular multitool."
|
||||
desc = "An integrated multitool used for electrical maintenance, typically found in construction and engineering robots."
|
||||
toolspeed = 0.5
|
||||
|
||||
/obj/item/multitool/cyborg/drone
|
||||
|
||||
Reference in New Issue
Block a user