Files
Bubberstation/code/modules/projectiles/boxes_magazines/internal/misc.dm
T
SkyratBot b7d9e983ee [MIRROR] Defines calibers (#2971)
* Defines calibers (#56476)

Adds defines for all of the ammo calibers
Replaces all current magic strings with defines
Docs what guns use what calibers
Corrects the name of the incendiary .45 ammo casing to indicate that it fires incendiary rounds rather than armor piercing rounds

* Defines calibers

Co-authored-by: TemporalOroboros <TemporalOroboros@gmail.com>
2021-01-31 03:52:08 +00:00

12 lines
337 B
Plaintext

/obj/item/ammo_box/magazine/internal/minigun
name = "gatling gun fusion core"
ammo_type = /obj/item/ammo_casing/caseless/laser/gatling
caliber = CALIBER_GATLING
max_ammo = 5000
/obj/item/ammo_box/magazine/internal/hook
name = "hook internal tube"
ammo_type = /obj/item/ammo_casing/magic/hook
caliber = CALIBER_HOOK
max_ammo = 1