Skip to content

Commit

Permalink
blur eyes on wake up (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 authored Dec 30, 2024
1 parent 84b8d92 commit ea2ea60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1820,13 +1820,17 @@ GLOBAL_LIST_EMPTY(fire_appearances)
if(. >= UNCONSCIOUS)
REMOVE_TRAIT(src, TRAIT_IMMOBILIZED, TRAIT_KNOCKEDOUT)
mob_mood?.update_mood()
blur_eyes(4)

REMOVE_TRAIT(src, TRAIT_HANDS_BLOCKED, STAT_TRAIT)
REMOVE_TRAIT(src, TRAIT_INCAPACITATED, STAT_TRAIT)
REMOVE_TRAIT(src, TRAIT_FLOORED, STAT_TRAIT)
REMOVE_TRAIT(src, TRAIT_NO_SPRINT, STAT_TRAIT)

if(UNCONSCIOUS)
become_blind(UNCONSCIOUS_TRAIT)
ADD_TRAIT(src, TRAIT_DEAF, STAT_TRAIT)

if(DEAD)
remove_from_alive_mob_list()
add_to_dead_mob_list()
Expand Down

0 comments on commit ea2ea60

Please sign in to comment.