Skip to content

Commit

Permalink
balance: generator crates cost more
Browse files Browse the repository at this point in the history
  • Loading branch information
Etrnlmelancholy committed Oct 26, 2023
1 parent 8d084ae commit 464a70a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/supplypacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -776,13 +776,13 @@ GLOBAL_LIST_INIT(all_supply_groups, list(SUPPLY_EMERGENCY,SUPPLY_SECURITY,SUPPLY
/datum/supply_packs/engineering/engine/sing_gen
name = "Singularity Generator Crate"
contains = list(/obj/machinery/the_singularitygen)
cost = 10
cost = 150
containername = "singularity generator crate"

/datum/supply_packs/engineering/engine/tesla
name = "Energy Ball Generator Crate"
contains = list(/obj/machinery/the_singularitygen/tesla)
cost = 10
cost = 150
containername = "energy ball generator crate"

/datum/supply_packs/engineering/engine/coil
Expand Down

0 comments on commit 464a70a

Please sign in to comment.