toolspeed increases to 0.5 from 0.7 for power tools (#3715)

also increases syndie jaws speed for obvious reasons
This commit is contained in:
KathrinBailey
2021-02-28 14:36:08 +00:00
committed by GitHub
parent 56f84f98e4
commit 28b9239271
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -64,14 +64,14 @@
custom_materials = list(/datum/material/iron=150,/datum/material/silver=50,/datum/material/titanium=25)
usesound = 'sound/items/jaws_pry.ogg'
force = 15
toolspeed = 0.7
toolspeed = 0.5 // SKYRAT EDIT: Buffs toolspeed to half of what it was on oldbase - Original value (0.7)
force_opens = TRUE
/obj/item/crowbar/power/syndicate
name = "Syndicate jaws of life"
desc = "A re-engineered copy of Nanotrasen's standard jaws of life. Can be used to force open airlocks in its crowbar configuration."
icon_state = "jaws_pry_syndie"
toolspeed = 0.5
toolspeed = 0.25 // SKYRAT EDIT: Keeps this relevant, buffs to oldbase speed - Original value (0.5)
force_opens = TRUE
/obj/item/crowbar/power/examine()
+1 -1
View File
@@ -107,7 +107,7 @@
attack_verb_simple = list("drill", "screw", "jab", "whack")
hitsound = 'sound/items/drill_hit.ogg'
usesound = 'sound/items/drill_use.ogg'
toolspeed = 0.7
toolspeed = 0.5 // SKYRAT EDIT: Buffs toolspeed to half of what it was on oldbase - Original value (0.7)
random_color = FALSE
/obj/item/screwdriver/power/examine()