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:
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaxeer committed Jul 22, 2023
1 parent f0c4f51 commit 6e4db50
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 6e4db50

Please sign in to comment.