Change "Construct Ripley" task description for robo + cargo fix (#25674)

* Make "Construct Firefighter" task for robo + cargo fix

* fix

* Update code/game/jobs/job_objectives/science.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com>

* Update code/modules/supply/supply_packs/pack_science.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com>

* Update code/game/objects/items/stacks/sheets/sheet_types.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com>

* Update code/game/jobs/job_objectives/science.dm

Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com>

---------

Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com>
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
Сиротка
2024-06-06 23:36:47 +03:00
committed by GitHub
parent ab85721b44
commit cc1cd39305
3 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -34,8 +34,8 @@
//RIPLEY's
/datum/job_objective/make_ripley
objective_name = "Construct a Ripley Mech"
description = "Construct a Ripley Mech for station usage"
objective_name = "Construct a Working Class Mech"
description = "Construct a Ripley or Firefighter Mech for station usage. Don't forget about modules!"
gives_payout = TRUE
completion_payment = 200
@@ -195,6 +195,12 @@ GLOBAL_LIST_INIT(plasteel_recipes, list(
point_value = 23
table_type = /obj/structure/table/reinforced
/obj/item/stack/sheet/plasteel/five
amount = 5
/obj/item/stack/sheet/plasteel/fifteen
amount = 15
/obj/item/stack/sheet/plasteel/fifty
amount = 50
@@ -46,7 +46,7 @@
/obj/item/circuitboard/mecha/ripley/main,
/obj/item/circuitboard/mecha/ripley/peripherals,
/obj/item/clothing/suit/fire/firefighter,
/obj/item/stack/sheet/plasteel = 15)
/obj/item/stack/sheet/plasteel/fifteen)
cost = 350
containertype = /obj/structure/closet/crate/sci/robo
containername = "\improper APLU \"Ripley\" construction crate"
@@ -58,7 +58,7 @@
contains = list(/obj/item/circuitboard/mecha/odysseus/peripherals,
/obj/item/circuitboard/mecha/odysseus/main,
/obj/item/mecha_parts/mecha_equipment/medical/sleeper,
/obj/item/stack/sheet/plasteel = 5)
/obj/item/stack/sheet/plasteel/five)
cost = 350
containertype = /obj/structure/closet/crate/sci/robo
containername = "\improper \"Odysseus\" construction crate"