Skip to content

Commit

Permalink
bombarda
Browse files Browse the repository at this point in the history
  • Loading branch information
casualspacestation14enjoyer committed Dec 31, 2024
1 parent ba849cf commit 9ffbc8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/objects/items/rogueweapons/ranged/cannon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
H.throw_at(turfa, 4, 1, null, FALSE)
H.take_overall_damage(45)
visible_message("<span class='danger'>\The [H] is thrown back from \the [src]'s recoil!</span>")
flick("cannona_fire", src)
flick("cannona_firea", src)
if(!loaded)
return
var/obj/projectile/fired_projectile = new loaded.projectile_type(get_turf(src))
Expand Down Expand Up @@ -95,7 +95,7 @@
name = "bombardier"
desc = "Artillerija!"
icon = 'icons/roguetown/misc/structure.dmi'
icon_state = "cannona" // placeholder
icon_state = "bombardier"
anchored = FALSE
density = TRUE
max_integrity = 9999
Expand Down Expand Up @@ -146,7 +146,7 @@
H.throw_at(turfa, 3, 1, null, FALSE)
H.take_overall_damage(45)
visible_message("<span class='danger'>\The [H] is thrown back from \the [src]'s recoil!</span>")
flick("cannona_fire", src)
flick("bombardier_firea", src)
SSticker.musketsshot++ // ????

var/oldy = y
Expand Down
Binary file modified icons/roguetown/misc/structure.dmi
Binary file not shown.

0 comments on commit 9ffbc8e

Please sign in to comment.