Skip to content

Commit

Permalink
Update code/unit_tests/icon_tests.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SuhEugene <[email protected]>
  • Loading branch information
LordNest and SuhEugene authored Dec 1, 2023
1 parent 7f3a20b commit 3b460a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/unit_tests/icon_tests.dm
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,11 @@
var/contraband_icons = icon_states('icons/obj/structures/contraband.dmi')
// [SIERRA-ADD] - NYC_POSTERS
var/new_year_icons = icon_states('mods/nyc_posters/icons/nyc_posters.dmi')
// [/SIERRA-ADD]
// [SIERRA-ADD] - TAJARA
var/tjposter_icons = icon_states('mods/tajara/icons/posters.dmi')
// [/SIERRA-ADD]

var/list/invalid_posters = list()

for(var/poster_type in subtypesof(/singleton/poster))
Expand Down

0 comments on commit 3b460a8

Please sign in to comment.