Projectile Duplicate Variable Fix (#15638)

This commit is contained in:
SleepyGemmy
2023-01-23 20:49:46 +01:00
committed by GitHub
parent 5db06b5ad5
commit 03de7644c8
2 changed files with 6 additions and 1 deletions

View File

@@ -436,7 +436,6 @@
anti_materiel_potential = 4 anti_materiel_potential = 4
embed = FALSE embed = FALSE
penetrating = FALSE penetrating = FALSE
armor_penetration = 10
var/heavy_impact_range = 1 var/heavy_impact_range = 1
/obj/item/projectile/bullet/recoilless_rifle/on_impact(var/atom/A) /obj/item/projectile/bullet/recoilless_rifle/on_impact(var/atom/A)

View File

@@ -0,0 +1,6 @@
author: SleepyGemmy
delete-after: True
changes:
- bugfix: "Fixes the anti-tank warhead having \"armor_penetration\" defined twice."