Add various additional hints to guns, minor projectiles code cleanup (#21633)

As title. Adds several mechanics/assembly/disassembly hints to several
gun types, and also handles some minor code cleanup where I found
issues. No mechanical changes.
This commit is contained in:
Batrachophreno
2025-12-23 20:05:54 +00:00
committed by GitHub
parent 4021f161d8
commit ad2a83db85
16 changed files with 289 additions and 152 deletions
@@ -65,8 +65,8 @@
max_shots = 20
charge_cost = 100
projectile_type = /obj/projectile/bullet/pistol/medium/ap
self_recharge = 1
use_external_power = 1
self_recharge = TRUE
use_external_power = TRUE
recharge_time = 5
sel_mode = 1
needspin = FALSE
@@ -82,7 +82,7 @@
desc = "A weapon favored by mercenary infiltration teams, this one is suited to be used by robots."
max_shots = 4
charge_cost = 200
use_external_power = 1
use_external_power = TRUE
/obj/item/gun/launcher/grenade/cyborg
name = "mounted grenade launcher"