mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
re-add a chomp change from original file
This commit is contained in:
@@ -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]")
|
||||
|
||||
Reference in New Issue
Block a user