Adds Paintball Guns (#31184)

* Paintball Guns

* Linters and cleanbot

* Fixed examine text

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

* Fixes decals

* Update code/game/objects/effects/decals/Cleanable/misc_cleanables.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

* Update code/modules/projectiles/guns/projectile/toy.dm

Co-authored-by: Pooble <90473506+poobsie@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

* Spans

* Clean code fix

* Apply suggestions from code review

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

* Removes excess cut

---------

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: Pooble <90473506+poobsie@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
PollardTheDragon
2025-12-26 22:12:03 +00:00
committed by GitHub
co-authored by Luc Pooble DGamerL
parent a0cad405a4
commit 74d723496f
14 changed files with 221 additions and 1 deletions
@@ -585,6 +585,14 @@
build_path = /obj/item/ammo_box/magazine/detective/speedcharger
category = list("initial", "Security")
/datum/design/paintball_magazine
name = "Paintball Magazine"
id = "paintball_mag"
build_type = AUTOLATHE
materials = list(MAT_METAL = 2500)
build_path = /obj/item/ammo_box/magazine/paintball
category = list("initial", "Miscellaneous")
/datum/design/recorder
name = "Universal Recorder"
id = "recorder"