Skip to content

Commit

Permalink
bugfix: Babylon Fever runtime fix (#6020)
Browse files Browse the repository at this point in the history
Fixed fcking runtime
  • Loading branch information
timchigaming authored Oct 14, 2024
1 parent b954d7d commit 182cd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/diseases/viruses/babylon_fever.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
for(var/datum/language/lan as anything in stored_languages)
affected_mob.add_language(lan.name)

LAZYNULL(stored_languages)
REMOVE_TRAIT(affected_mob, TRAIT_NO_BABEL, UNIQUE_TRAIT_SOURCE(src))

REMOVE_TRAIT(affected_mob, TRAIT_NO_BABEL, UNIQUE_TRAIT_SOURCE(src))
LAZYNULL(stored_languages)

return ..()

Expand Down

0 comments on commit 182cd98

Please sign in to comment.