Skip to content

Commit

Permalink
Update ammo_datums.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
cuberound committed Sep 1, 2023
1 parent c229213 commit 940a339
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/projectiles/ammo_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3097,7 +3097,8 @@
/datum/ammo/bullet/shrapnel/gau //for the GAU to have a impact bullet instead of firecrackers
name = "30mm Multi-Purpose shell"

damage = 115 //More damaging, but 2x less shells and low AP
damage = 1 // ALL DAMAGE IS IN dropship_ammo SO WE CAN DEAL DAMAGE TO RESTING MOBS, these will still remain however so that we can get cause_data and status effects.
damage_type = BRUTE
penetration = ARMOR_PENETRATION_TIER_2
accuracy = HIT_ACCURACY_TIER_MAX
max_range = 0
Expand All @@ -3106,7 +3107,7 @@
/datum/ammo/bullet/shrapnel/gau/at
name = "30mm Anti-Tank shell"

damage = 80 //Standard AP vs standard. (more AP for less damage)
damage = 1 // ALL DAMAGE IS IN dropship_ammo SO WE CAN DEAL DAMAGE TO RESTING MOBS, these will still remain however so that we can get cause_data and status effects.
penetration = ARMOR_PENETRATION_TIER_8
accuracy = HIT_ACCURACY_TIER_MAX
/*
Expand Down

0 comments on commit 940a339

Please sign in to comment.