Skip to content

Commit

Permalink
No more connecting bioreactor to solidifier, but buffs transfer rate …
Browse files Browse the repository at this point in the history
…to canisters (#5021)

* No connecting bioreactor to solidifier, but faster transfer to canisters

* Moves solidifier and decal
  • Loading branch information
SingingSpock authored Feb 12, 2024
1 parent 380b6a3 commit 3a9c041
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions code/modules/biomatter_manipulation/bioreactor/biotank.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
var/obj/canister
var/pipes_opened = FALSE
var/pipes_cleanness = 200
var/transfer_rate = 50 //The units per processing tick that are moved into the attached canister


/obj/machinery/multistructure/bioreactor_part/biotank_platform/Initialize()
Expand Down Expand Up @@ -66,7 +67,7 @@
if(!MS)
return
if(biotank.canister)
biotank.reagents.trans_to_holder(biotank.canister.reagents, 10)
biotank.reagents.trans_to_holder(biotank.canister.reagents, transfer_rate)


/obj/machinery/multistructure/bioreactor_part/biotank_platform/attackby(var/obj/item/I, var/mob/user)
Expand Down Expand Up @@ -218,4 +219,4 @@
#undef DIRT_LVL_MEDIUM
#undef DIRT_LVL_HIGH

#undef WEAROUT_CHANCE
#undef WEAROUT_CHANCE
4 changes: 2 additions & 2 deletions code/modules/biomatter_manipulation/solidifier.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
idle_power_usage = 5
active_power_usage = 300
var/active = FALSE
var/port_dir = NORTH
var/port_dir = SOUTH
var/obj/structure/reagent_dispensers/biomatter/container
var/last_time_used = 0

Expand Down Expand Up @@ -114,4 +114,4 @@
icon = 'icons/obj/neotheology_machinery.dmi'

#undef CONTAINER_PIXEL_OFFSET
#undef BIOMATTER_PER_SHEET
#undef BIOMATTER_PER_SHEET
6 changes: 4 additions & 2 deletions maps/__Nadezhda/map/_Nadezhda_Colony_New.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -101430,7 +101430,9 @@
/turf/simulated/floor/carpet/bcarpet,
/area/nadezhda/command/courtroom)
"vcQ" = (
/obj/effect/floor_decal/industrial/loading/white,
/obj/effect/floor_decal/industrial/loading/white{
dir = 1
},
/turf/simulated/floor/tiled/dark/techfloor_grid,
/area/nadezhda/absolutism/bioreactor)
"vcV" = (
Expand Down Expand Up @@ -190606,8 +190608,8 @@ jZv
jZv
jZv
xKc
vcQ
hrB
vcQ
nRi
gvL
qjW
Expand Down

0 comments on commit 3a9c041

Please sign in to comment.