Skip to content

Commit

Permalink
add: SRM-8 middle missiles module for roboticist hijacker only (#4102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ksaikok46 authored Dec 24, 2023
1 parent 7937492 commit 6568cbc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/datums/uplink_item.dm
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,16 @@
job = list("Roboticist")
surplus = 0

/datum/uplink_item/jobspecific/missilemedium
name = "SRM-8 Missile Rack"
desc = "Those missile launcher are known to be used on high-end mechs like mauler and marauder. Way more powerful, than missile modules you can print on standard mech fabs. It comes without lockbox - plug and play!"
item = /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/medium
cost = 50
job = list("Roboticist")
surplus = 0
can_discount = FALSE
hijack_only = TRUE

//Librarian
/datum/uplink_item/jobspecific/etwenty
name = "The E20"
Expand Down

0 comments on commit 6568cbc

Please sign in to comment.