Skip to content

Commit

Permalink
Red shoes no longer raises your prudence permanently (#1607)
Browse files Browse the repository at this point in the history
Red shoes fix

YOUR PRUDENCE, SIR!

Co-authored-by: Mr.Heavenly <[email protected]>
  • Loading branch information
vampirebat74 and vampirebat74 authored Nov 5, 2023
1 parent f7da5f3 commit c82bf98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
if(!ishuman(owner))
return
var/mob/living/carbon/human/H = owner
H.adjust_attribute_buff(PRUDENCE_ATTRIBUTE, 50)
H.adjust_attribute_bonus(PRUDENCE_ATTRIBUTE, 50)//Return prudence back to normal
if(H.sanity_lost)
QDEL_NULL(owner.ai_controller)
H.ai_controller = /datum/ai_controller/insane/red_possess
Expand Down

0 comments on commit c82bf98

Please sign in to comment.