Skip to content

Commit

Permalink
Update code/modules/antagonists/blob/blobstrains/_blobstrain.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Antoonij <[email protected]>
  • Loading branch information
dageavtobusnick and Antoonij authored Dec 15, 2024
1 parent a24b80c commit 0dd2b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/antagonists/blob/blobstrains/_blobstrain.dm
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GLOBAL_LIST_INIT(valid_blobstrains, subtypesof(/datum/blobstrain) - list(/datum/
for(var/mob/living/blob_mob as anything in overmind.blob_mobs)
blob_mob.maxHealth *= max_mob_health_multiplier
blob_mob.health *= max_mob_health_multiplier
blob_mob.update_icons() //If it's getting a new strain, tell it what it does!
blob_mob.update_icons() // If it's getting a new strain, tell it what it does!
var/list/messages = list()
messages += "Штамм вашего надразума: <b><font color=\"[color]\">[name]</b></font>!"
messages += "Штамм <b><font color=\"[color]\">[name]</b></font> [shortdesc ? "[shortdesc]" : "[description]"]"
Expand Down

0 comments on commit 0dd2b62

Please sign in to comment.