Skip to content

Commit

Permalink
chem & research machine replacement fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenith00000 committed Jun 30, 2024
1 parent 67cc606 commit 879164d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 16 deletions.
33 changes: 33 additions & 0 deletions code/game/objects/structures/hybrisa_props.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,39 @@
/obj/structure/machinery/big_computers/messaging_server/brown
icon_state = "messageserver_brown"

// Science Computer Stuff

/obj/structure/machinery/big_computers/science_big
icon = 'icons/obj/structures/machinery/science_machines_64x32.dmi'
name = "synthesis simulator"
icon_state = "modifier"
bound_width = 64
bound_height = 32
anchored = TRUE
density = TRUE
health = 500
opacity = FALSE

/obj/structure/machinery/big_computers/science_big/synthesis_simulator
name = "synthesis simulator"
desc = "This computer uses advanced algorithms to perform simulations of reagent properties, for the purpose of calculating the synthesis required to make a new variant."
icon_state = "modifier"

/obj/structure/machinery/big_computers/science_big/protolathe
name = "chemical storage system"
desc = desc = "Storage system for a large supply of chemicals, which slowly recharges."

Check failure on line 1485 in code/game/objects/structures/hybrisa_props.dm

View workflow job for this annotation

GitHub Actions / Run Linters

non-constant assignment
icon_state = "protolathe"

/obj/structure/machinery/big_computers/science_big/operator_machine
name = "synthesis simulator"
desc = desc = "This computer uses advanced algorithms to perform simulations of reagent properties, for the purpose of calculating the synthesis required to make a new variant."

Check failure on line 1490 in code/game/objects/structures/hybrisa_props.dm

View workflow job for this annotation

GitHub Actions / Run Linters

non-constant assignment
icon_state = "operator"

/obj/structure/machinery/big_computers/science_big/operator_machine_open
name = "synthesis simulator"
desc = desc = "This computer uses advanced algorithms to perform simulations of reagent properties, for the purpose of calculating the synthesis required to make a new variant."

Check failure on line 1495 in code/game/objects/structures/hybrisa_props.dm

View workflow job for this annotation

GitHub Actions / Run Linters

non-constant assignment
icon_state = "operator_open"

// Monitors

/obj/structure/prop/hybrisa/misc/machinery/screens
Expand Down
22 changes: 6 additions & 16 deletions maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -59268,9 +59268,7 @@
/turf/open/floor/prison,
/area/lv759/indoors/wy_research_complex/securityarmory)
"iCp" = (
/obj/structure/machinery/chem_storage/research{
icon_state = "operator_open"
},
/obj/structure/machinery/big_computers/science_big/operator_machine_open,
/turf/open/floor/corsat{
icon_state = "officetiles"
},
Expand Down Expand Up @@ -61263,9 +61261,7 @@
/turf/open/floor/plating,
/area/lv759/indoors/landing_zone_1/flight_control_room)
"iSs" = (
/obj/structure/machinery/chem_simulator{
icon_state = "operator_open"
},
/obj/structure/machinery/big_computers/science_big/operator_machine_open,
/turf/open/floor/corsat{
icon_state = "officetiles"
},
Expand Down Expand Up @@ -114464,7 +114460,6 @@
/turf/open/floor/mech_bay_recharge_floor,
/area/lv759/outdoors/caveplateau)
"qDr" = (
/obj/structure/machinery/chem_simulator,
/obj/structure/platform{
dir = 1;
layer = 1
Expand All @@ -114473,6 +114468,7 @@
dir = 1;
layer = 2
},
/obj/structure/machinery/big_computers/science_big/synthesis_simulator,
/turf/open/floor/almayer{
dir = 8;
icon_state = "blackfull"
Expand Down Expand Up @@ -121848,9 +121844,7 @@
icon_state = "0-2";
layer = 5
},
/obj/structure/machinery/chem_storage/research{
icon_state = "protolathe"
},
/obj/structure/machinery/big_computers/science_big/protolathe,
/turf/open/floor/almayer{
dir = 8;
icon_state = "blackfull"
Expand Down Expand Up @@ -128750,9 +128744,7 @@
dir = 1;
layer = 2
},
/obj/structure/machinery/chem_storage/research{
icon_state = "protolathe"
},
/obj/structure/machinery/big_computers/science_big/protolathe,
/turf/open/floor/almayer{
dir = 8;
icon_state = "blackfull"
Expand Down Expand Up @@ -137339,9 +137331,7 @@
dir = 1;
layer = 2
},
/obj/structure/machinery/chem_storage/research{
icon_state = "operator"
},
/obj/structure/machinery/big_computers/science_big/operator_machine,
/turf/open/floor/hybrisa/tile/tilewhite,
/area/lv759/indoors/wy_research_complex/mainlabs)
"tQC" = (
Expand Down

0 comments on commit 879164d

Please sign in to comment.