Skip to content

Commit

Permalink
Bring training bomb back
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Dec 18, 2024
1 parent 4daee8e commit cfab282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modular_ss220/events/code/christmas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ GLOBAL_LIST_EMPTY(possible_gifts)
for(var/obj/structure/reagent_dispensers/beerkeg/nuke/beernuke in world)
beernuke.icon = 'modular_ss220/events/icons/nuclearbomb.dmi'
for(var/obj/machinery/nuclearbomb/nuke in world)
nuke.icon = 'modular_ss220/events/icons/nuclearbomb.dmi'
if(nuke.type == /obj/machinery/nuclearbomb)
nuke.icon = 'modular_ss220/events/icons/nuclearbomb.dmi'
// Новогодние цветочки (И снеговик)
for(var/obj/item/kirbyplants/plants in world)
plants.icon = 'modular_ss220/events/icons/xmas.dmi'
Expand Down

0 comments on commit cfab282

Please sign in to comment.