mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Merge pull request #13887 from Mitchs98/flashout
Correctly names the SGL-6 and SOB-3 Launchers
This commit is contained in:
@@ -385,7 +385,7 @@
|
||||
return
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang
|
||||
name = "SGL-6 Grenade Launcher"
|
||||
name = "SGL-6 Flashbang Launcher"
|
||||
icon_state = "mecha_grenadelnchr"
|
||||
origin_tech = "combat=4;engineering=4"
|
||||
projectile = /obj/item/grenade/flashbang
|
||||
@@ -411,7 +411,7 @@
|
||||
return
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang//Because I am a heartless bastard -Sieve
|
||||
name = "SOB-3 Grenade Launcher"
|
||||
name = "SOB-3 Clusterbang Launcher"
|
||||
desc = "A weapon for combat exosuits. Launches primed clusterbangs. You monster."
|
||||
origin_tech = "combat=4;materials=4"
|
||||
projectiles = 3
|
||||
|
||||
@@ -948,8 +948,8 @@
|
||||
category = list("Exosuit Equipment")
|
||||
|
||||
/datum/design/mech_grenade_launcher
|
||||
name = "Exosuit Weapon (SGL-6 Grenade Launcher)"
|
||||
desc = "Allows for the construction of SGL-6 Grenade Launcher."
|
||||
name = "Exosuit Weapon (SGL-6 Flashbang Launcher)"
|
||||
desc = "Allows for the construction of SGL-6 Flashbang Launcher."
|
||||
id = "mech_grenade_launcher"
|
||||
build_type = MECHFAB
|
||||
req_tech = list("combat" = 4, "engineering" = 4)
|
||||
|
||||
Reference in New Issue
Block a user