Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
fix: fix compilation error :ratge: (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaxeer authored and Furrior committed Jul 22, 2023
1 parent 3ea2d29 commit c20667f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/jobs/job/support_chaplain.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

outfit = /datum/outfit/job/chaplain

min_starting_funds = 700
max_starting_funds = 1000

/datum/outfit/job/chaplain
name = "Chaplain"
jobtype = /datum/job/chaplain
Expand All @@ -27,9 +30,6 @@
/obj/item/nullrod = 1
)

min_starting_funds = 700
max_starting_funds = 1000

/datum/outfit/job/chaplain/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
. = ..()

Expand Down

0 comments on commit c20667f

Please sign in to comment.