Skip to content

Commit

Permalink
tweak: Clone machine is now cheaper for ordering in cargo (ss220-spac…
Browse files Browse the repository at this point in the history
…e#5195)

Изменение цены и названия клонерки
  • Loading branch information
pilygun authored Jun 14, 2024
1 parent 7c70e32 commit 121faba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/datums/supplypacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1374,12 +1374,12 @@ GLOBAL_LIST_INIT(all_supply_groups, list(SUPPLY_EMERGENCY,SUPPLY_SECURITY,SUPPLY
required_tech = list("biotech" = 6, "combat" = 2)

/datum/supply_packs/medical/cloning
name = "NanoTrasen Special Delivery Crate"
name = "NanoTrasen Experimental Cloning Machine Crate"
contains = list(/obj/item/circuitboard/clonepod,
/obj/item/circuitboard/cloning)
cost = 900
cost = 350
containertype = /obj/structure/closet/crate/secure
containername = "NanoTrasen special delivery crate"
containername = "NanoTrasen experimental cloning machine crate"
access = ACCESS_CMO
announce_beacons = list("Medbay" = list("Chief Medical Officer's Desk"))

Expand Down

0 comments on commit 121faba

Please sign in to comment.