mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
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:
co-authored by
Luc
Pooble
DGamerL
parent
a0cad405a4
commit
74d723496f
@@ -24,6 +24,15 @@
|
||||
containertype = /obj/structure/largecrate
|
||||
containername = "high-capacity water tank crate"
|
||||
|
||||
/datum/supply_packs/misc/paintball_gun
|
||||
name = "Paintball Crate"
|
||||
contains = list(/obj/item/gun/projectile/automatic/paintball_gun,
|
||||
/obj/item/gun/projectile/automatic/paintball_gun,
|
||||
/obj/item/ammo_box/magazine/paintball,
|
||||
/obj/item/ammo_box/magazine/paintball)
|
||||
cost = 300
|
||||
containername = "paintball crate"
|
||||
|
||||
/datum/supply_packs/misc/lasertag
|
||||
name = "Laser Tag Crate"
|
||||
contains = list(/obj/item/beach_ball/dodgeball,
|
||||
|
||||
@@ -463,3 +463,14 @@
|
||||
)
|
||||
cost = 300
|
||||
containername = "party ammunition crate"
|
||||
|
||||
/datum/supply_packs/security/pepperball_ammo
|
||||
name = "Pepperball Ammunition Crate"
|
||||
contains = list(
|
||||
/obj/item/ammo_box/magazine/paintball/pepperball,
|
||||
/obj/item/ammo_box/magazine/paintball/pepperball,
|
||||
/obj/item/ammo_box/magazine/paintball/pepperball
|
||||
)
|
||||
cost = 150
|
||||
containername = "pepperball ammunition crate"
|
||||
access = ACCESS_ARMORY
|
||||
|
||||
Reference in New Issue
Block a user