mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] Replaces the powergame crowbar accidentally mapped into icebox mining [MDB IGNORE] (#10936)
* nerf da crowbar (#64317) * Replaces the powergame crowbar accidentally mapped into icebox mining Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user