Skip to content

Commit

Permalink
Nuke renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jul 13, 2023
1 parent ea83634 commit a989803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/datums/supply_packs/operations.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@
group = "Operations"

/datum/supply_packs/nuclearbomb
name = "Operational Nuke"
name = "Decrypted Operational Nuke"
cost = 0
containertype = /obj/structure/machinery/nuclearbomb
buyable = 0
group = "Operations"
iteration_needed = null

/datum/supply_packs/technuclearbomb
name = "Intel Operational Nuke"
name = "Encrypted Operational Nuke"
cost = 0
containertype = /obj/structure/machinery/nuclearbomb/tech
buyable = 0
Expand Down
3 changes: 2 additions & 1 deletion code/modules/cm_tech/techs/marine/tier4/nuke.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
var/datum/supply_order/new_order = new /datum/supply_order()
new_order.ordernum = supply_controller.ordernum
supply_controller.ordernum++
new_order.object = supply_controller.supply_packs["Intel Operational Nuke"]
new_order.object = supply_controller.supply_packs["Encrypted Operational Nuke"]
new_order.orderedby = MAIN_AI_SYSTEM
new_order.approvedby = MAIN_AI_SYSTEM

supply_controller.shoppinglist += new_order

Expand Down

0 comments on commit a989803

Please sign in to comment.