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
+1 -1
View File
@@ -244,7 +244,7 @@
if(istype(spawned,/obj/item/gun/energy/))
var/obj/item/gun/energy/E = spawned
E.charge_cost *= 2
E.self_recharge = 0
E.self_recharge = FALSE
E.reliability = 90
/obj/random/mine