Sorts out existing projectile weapons (#22059)

This PR is intended to sort out our existing guns into something
resembling organization. In addition, ancient decrepit guns are removed,
and abstract paths are labeled as such.

In addition, all guns are now standardized to refer to their model.
Considering the huge number of weapons we have, a `pistol` is not
descriptive enough.

NOTE: At over 200 files touched, this is being split. Not everything was
sorted, but this is already a monster to sort through. The rest can
wait.
This commit is contained in:
Cody Brittain
2026-03-25 15:37:50 +00:00
committed by GitHub
parent c60d1b819d
commit 23789d4113
216 changed files with 797 additions and 818 deletions
+3 -3
View File
@@ -31,9 +31,9 @@ GLOBAL_LIST_INIT_TYPED(supply_drop, /datum/supply_drop_loot, null)
/datum/supply_drop_loot/lasers/New()
..()
contents = list(
/obj/item/gun/energy/laser,
/obj/item/gun/energy/laser,
/obj/item/gun/energy/sniperrifle,
/obj/item/gun/energy/rifle/laser,
/obj/item/gun/energy/rifle/laser,
/obj/item/gun/energy/rifle/laser/sniper,
/obj/item/gun/energy/rifle/ionrifle)
/datum/supply_drop_loot/ballistics