Skip to content

Commit

Permalink
Fixes linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Comicao1 committed Feb 8, 2023
1 parent e5f15e0 commit 342ffea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modular_splurt/code/modules/client/loadout/backpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,5 @@
/datum/gear/backpack/condenser
name = "A condenser"
path = /obj/item/autosurgeon/condenser
cost = 7
cost = 7

Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@
B.prev_size = B.cached_size

return data

3 changes: 2 additions & 1 deletion modular_splurt/code/modules/surgery/organs/autosurgeon.dm
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/obj/item/autosurgeon/condenser
starting_organ = /obj/item/organ/cyberimp/brain/condenser
starting_organ = /obj/item/organ/cyberimp/brain/condenser

0 comments on commit 342ffea

Please sign in to comment.