re-add a chomp change from original file

This commit is contained in:
Razgriz
2022-03-27 00:25:49 -07:00
committed by GitHub
parent bccde2328a
commit 0f4f9e67d5

View File

@@ -605,6 +605,7 @@
auto_eject = 1
auto_eject_sound = 'sound/weapons/smg_empty_alarm.ogg'
origin_tech = list(TECH_COMBAT = 4, TECH_MATERIAL = 4)
move_delay = 0 // CHOMPEdit: Pistols have move_delay of 0
/obj/item/weapon/gun/projectile/lamia/update_icon()
cut_overlays()
@@ -612,4 +613,4 @@
return
var/ratio = ammo_magazine.stored_ammo.len * 100 / ammo_magazine.max_ammo
ratio = round(ratio, 33)
add_overlay("lamia_[ratio]")
add_overlay("lamia_[ratio]")