Skip to content

Commit

Permalink
no bioscan and semi-related runtime fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Jul 20, 2023
1 parent 4e06358 commit ebbad24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -374,7 +374,7 @@ Works together with spawning an observer, noted above.
// if they died as facehugger or lesser drone, bypass typical TOD checks
ghost.bypass_time_of_death_checks = (isfacehugger(src) || islesserdrone(src))

ghost.client.player_details.larva_queue_time = max(ghost.client.player_details.larva_queue_time, new_tod)
ghost.client?.player_details.larva_queue_time = max(ghost.client.player_details.larva_queue_time, new_tod)

ghost.set_huds_from_prefs()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
icon_state = "Lesser Drone Walking"
plasma_types = list(PLASMA_PURPLE)
tier = 0
mob_flags = NOBIOSCAN
mob_size = MOB_SIZE_XENO_VERY_SMALL
life_value = 0
default_honor_value = 0
Expand Down

0 comments on commit ebbad24

Please sign in to comment.