Skip to content

Commit

Permalink
Fix missing trailing newlines
Browse files Browse the repository at this point in the history
Adds missing trailing newlines to two quirk files.
  • Loading branch information
LeDrascol committed Nov 5, 2024
1 parent 685221b commit 073c86d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
/datum/quirk/incubus/on_process()
. = ..()
var/mob/living/carbon/human/H = quirk_holder
H.adjust_nutrition(-0.09)//increases their nutrition loss rate to encourage them to gain a partner they can essentially leech off of
H.adjust_nutrition(-0.09)//increases their nutrition loss rate to encourage them to gain a partner they can essentially leech off of
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
/datum/quirk/succubus/on_process()
. = ..()
var/mob/living/carbon/human/H = quirk_holder
H.adjust_nutrition(-0.09)//increases their nutrition loss rate to encourage them to gain a partner they can essentially leech off of
H.adjust_nutrition(-0.09)//increases their nutrition loss rate to encourage them to gain a partner they can essentially leech off of

0 comments on commit 073c86d

Please sign in to comment.