mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 22:54:32 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user