Skip to content

Commit

Permalink
bugfix: return removed calliber
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach committed Jul 15, 2024
1 parent c037a50 commit b341393
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions code/__DEFINES/~nova_defines/projectiles.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// The caliber used by the Oldarms 'Mk.11.4 rifle', designed to be worse .223.
#define CALIBER_223S ".223 Stinger"

/// Caliber used by the giant anti materiel rifle in guncargo
#define CALIBER_60STRELA ".60 Strela"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
attack_verb_simple = list("shove", "bash")
transparent = TRUE
max_integrity = 150
repairable_by = /obj/item/stack/sheet/iron //what to repair the shield with
//repairable_by = /obj/item/stack/sheet/iron //what to repair the shield with


/// /obj/item/shield/riot/pointman/hecu/shatter(mob/living/carbon/human/owner)
Expand Down

0 comments on commit b341393

Please sign in to comment.