Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
spartanbobby committed Aug 3, 2023
1 parent db1c1d8 commit 365c621
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/objects/items/weapons/shields.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
throw_range = 4
w_class = SIZE_LARGE
matter = list("glass" = 7500, "metal" = 1000)
item_icons = list(
WEAR_L_HAND = 'icons/mob/humans/onmob/items_lefthand_1.dmi',
WEAR_R_HAND = 'icons/mob/humans/onmob/items_righthand_1.dmi'
)

attack_verb = list("shoved", "bashed")
var/cooldown = 0 //shield bash cooldown. based on world.time
Expand Down
Binary file modified icons/mob/humans/onmob/items_lefthand_0.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/items_lefthand_1.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/items_righthand_0.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/items_righthand_1.dmi
Binary file not shown.

0 comments on commit 365c621

Please sign in to comment.