Skip to content

Commit

Permalink
Fix stihar plush (#5359)
Browse files Browse the repository at this point in the history
* Additional alter skins

* Revert "Additional alter skins"

This reverts commit 2edc5d4.

* Fix ckey whitelist
  • Loading branch information
FeenieRU authored Jan 29, 2025
1 parent 509cd3d commit 5531d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tff_modular/modules/~donator/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@
/datum/loadout_item/toys/duo
name = "Duo plushie"
item_path= /obj/item/toy/plush/tff/soulmates/duo
donator_only = TRUE
ckeywhitelist = list("SnakeKongar")

/datum/loadout_item/toys/amy
name = "Amy plushie"
item_path= /obj/item/toy/plush/tff/soulmates/amy
donator_only = TRUE
ckeywhitelist = list("PadreTheTroll")

0 comments on commit 5531d4a

Please sign in to comment.