Skip to content

Commit

Permalink
Bring better trash icon back
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Sep 23, 2024
1 parent fbd98fe commit 0127b04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modular_ss220/maps220/code/spawners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
. = ..()
spawn_loot_count = 5

/obj/effect/spawner/random/trash
icon = 'modular_ss220/maps220/icons/spawner_icons.dmi'

/obj/effect/spawner/random/trash/Initialize(mapload)
. = ..()
loot += list(
Expand Down

0 comments on commit 0127b04

Please sign in to comment.