Skip to content

Commit 87196ff

Browse files
committed
Linter fixes
- Fixes spacebar indentation on a couple files
1 parent d62c16f commit 87196ff

File tree

2 files changed

+2
-2
lines changed
  • code/modules
    • jobs/job_types/roguetown/other/merc_classes
    • roguetown/roguejobs/blacksmith/anvil_recipes

2 files changed

+2
-2
lines changed

code/modules/jobs/job_types/roguetown/other/merc_classes/steppesman.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
backl = /obj/item/gun/ballistic/revolver/grenadelauncher/bow/hankyu
3838
beltr = /obj/item/rogueweapon/sword/sabre/piandao
3939
wrists = /obj/item/clothing/wrists/roguetown/bracers/leather/khudagach
40-
backpack_contents = list(/obj/item/rogueweapon/knife/hunting = 1, /obj/item/storage/belt/rogue/pouch/coins/poor = 1)
40+
backpack_contents = list(/obj/item/rogueweapon/knife/hunting = 1, /obj/item/storage/belt/rogue/pouch/coins/poor = 1)
4141

4242
if(H.mind)//quick fighter that has Dodge Expert and a bow for ranged attacks, 4 weapon skills
4343
H.mind.adjust_skillrank(/datum/skill/combat/bows, 3, TRUE)

code/modules/roguetown/roguejobs/blacksmith/anvil_recipes/armor.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
created_item = /obj/item/clothing/suit/roguetown/armor/chainmail/tatami
398398
craftdiff = 2
399399

400-
//huh. We can make these uniquely then. Since we can't make the iron chainmail for the european counterparts?... why?
400+
// huh. We can make these uniquely then. Since we can't make the iron chainmail for the european counterparts?... why?
401401
/datum/anvil_recipe/armor/irontatami
402402
name = "Iron foldeable armor"
403403
recipe_name = "a Tatami Karuta-Gane"

0 commit comments

Comments
 (0)