Skip to content

Commit

Permalink
once again, total linter death
Browse files Browse the repository at this point in the history
  • Loading branch information
biotear committed Apr 19, 2024
1 parent 8c269d3 commit c5f03a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/jobs/job_types/wasteland.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1427,13 +1427,13 @@ Raider
/datum/outfit/loadout/cleanser
name = "Cleanser"
backpack_contents = list(
/obj/item/grenade/homemade/coffeepotbomb = 2 //This is funny. I swear guys.
/obj/item/grenade/homemade/coffeepotbomb = 2
)

/datum/outfit/loadout/newcanaan

Check warning on line 1433 in code/modules/jobs/job_types/wasteland.dm

View workflow job for this annotation

GitHub Actions / Run Linters

nested absolute path inside /datum/outfit/loadout/cleanser
name = "New Canaanite"
backpack_contents = list(
/obj/item/gun/ballistic/automatic/pistol/m1911 = 10 //We can't expect God to do all the work.
/obj/item/gun/ballistic/automatic/pistol/m1911 = 10
)


Expand Down

0 comments on commit c5f03a3

Please sign in to comment.