Skip to content

Commit

Permalink
Changes meat lantern to a temp 3 check (#2357)
Browse files Browse the repository at this point in the history
* changes meatlantern to a temperance 3 check

* quick change
  • Loading branch information
Thundershade09 authored Aug 3, 2024
1 parent 5d07242 commit 1bc8815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,8 @@
..()

/mob/living/simple_animal/hostile/abnormality/meat_lantern/PostWorkEffect(mob/living/carbon/human/user, work_type, pe, work_time, canceled)
if(work_time < 18 SECONDS)
if(prob(80))
datum_reference.qliphoth_change(-1)
if (get_attribute_level(user, TEMPERANCE_ATTRIBUTE) >= 60)
datum_reference.qliphoth_change(-1)
return

/mob/living/simple_animal/hostile/abnormality/meat_lantern/FailureEffect(mob/living/carbon/human/user, work_type, pe)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/paperwork/records/info/teth.dm
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
abno_code = "O-04-84"
abno_info = list(
"When the work result was Bad, the Qliphoth Counter lowered.",
"When the work took less than 18 seconds to complete, the Qliphoth Counter lowered with a high probability.",
"When an Agent with Level 3 Temperance or above completed the work the Qliphoth Counter lowered.",
"The facility’s systems and the employees will be unable to detect the Abnormality when it escapes. Thus the manager will need to manually pinpoint it and order suppression directly.")

//Lady facing the Wall
Expand Down

0 comments on commit 1bc8815

Please sign in to comment.