Adds Bola Blaster (#19222)

* Adds Bola Blaster

* Thick material blocks bolas
This commit is contained in:
Cameron Lennox
2026-02-24 21:59:53 +01:00
committed by GitHub
parent b6cd8d2399
commit 472a7c62e3
7 changed files with 65 additions and 3 deletions
@@ -381,6 +381,19 @@
)
departmental_flags = DEPARTMENT_BITFLAG_SECURITY | DEPARTMENT_BITFLAG_SCIENCE
/datum/design_techweb/bola_gun
name = "Bola Blaster"
desc = "The \"Bola Blaster\" is an energy net projector designed to immobilize humanoid creatures."
id = "bolablaster"
// req_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 5, TECH_MAGNET = 3)
build_type = PROTOLATHE
materials = list(MAT_STEEL = 6000, MAT_GLASS = 3000)
build_path = /obj/item/gun/energy/bolagun
category = list(
RND_CATEGORY_WEAPONS + RND_SUBCATEGORY_WEAPONS_RANGED
)
departmental_flags = DEPARTMENT_BITFLAG_SECURITY | DEPARTMENT_BITFLAG_SCIENCE
// Misc weapons
/datum/design_techweb/pummeler
@@ -58,6 +58,7 @@
design_ids = list(
"netgun",
"sizenetgun",
"bolablaster",
"sickshot",
"pummeler",
"protector",