Skip to content

Commit

Permalink
Spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Nov 15, 2023
1 parent 0561e75 commit e2d743c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modular_ss220/objects/code/card_skins.dm
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@

// Spawner
/obj/effect/spawner/random_spawners/id_skins
name = "random ID skins"
name = "Случайная наклейка на карту"
icon = 'modular_ss220/maps220/icons/spawner_icons.dmi'
icon_state = "ID_Random"
result = list(
Expand All @@ -268,9 +268,6 @@
/obj/item/id_skin/snake = 1)

/obj/effect/spawner/random_spawners/id_skins/no_chance
name = "random ID skins"
icon = 'modular_ss220/maps220/icons/spawner_icons.dmi'
icon_state = "ID_Random"
result = list(
/datum/nothing = 80,
/obj/item/id_skin/colored = 1,
Expand Down

0 comments on commit e2d743c

Please sign in to comment.