Skip to content

Commit

Permalink
oopsie :)
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
Ben10083 and Drulikar committed Jul 19, 2023
1 parent b29960d commit 10955c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Works together with spawning an observer, noted above.
// We don't change facehugger timeofdeath because they are still on cooldown if they died as a hugger
var/new_tod = isfacehugger(src) ? 1 : ghost.timeofdeath
// if they died as facehugger, bypass typical TOD checks
ghost.bypass_time_of_death_checks = isfacehugger(src) ? TRUE : FALSE
ghost.bypass_time_of_death_checks = isfacehugger(src)
ghost.client.player_details.larva_queue_time = max(ghost.client.player_details.larva_queue_time, new_tod)

ghost.set_huds_from_prefs()
Expand Down

0 comments on commit 10955c0

Please sign in to comment.