nerf da crowbar (#64317)

This commit is contained in:
MrMelbert
2022-01-23 11:26:24 -07:00
committed by GitHub
parent a23ae40ba2
commit 72d1fd030c
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -60,6 +60,17 @@
force = 20
icon_state = "crowbar_powergame"
/obj/item/crowbar/large/old
name = "old crowbar"
desc = "It's an old crowbar. Much larger than the pocket sized ones, carrying a lot more heft. They don't make 'em like they used to."
throwforce = 10
throw_speed = 2
/obj/item/crowbar/large/old/Initialize()
. = ..()
if(prob(50))
icon_state = "crowbar_powergame"
/obj/item/crowbar/power
name = "jaws of life"
desc = "A set of jaws of life, compressed through the magic of science."