Skip to content

Commit

Permalink
Fixes Icon for the Station Crash Effect (tgstation#67994)
Browse files Browse the repository at this point in the history
Hey there,

Apparently when balloons were split out of `items_and_weapons.dmi`, this was left behind causing stuff like this to happen:

Pretty goofy, right? Let's update the DMI pathing to ensure we don't see the silly purple/white cube when we really want to see an effect that nearly no one knows of (it's the thing that helps you crash the shuttle into a station, I think?).
  • Loading branch information
san7890 authored and Jacquerel committed Jun 27, 2022
1 parent ddf0fb2 commit 5275a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/fun_balloon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
/obj/effect/station_crash
name = "station crash"
desc = "With no survivors!"
icon = 'icons/obj/items_and_weapons.dmi'
icon = 'icons/obj/balloons.dmi'
icon_state = "syndballoon"
anchored = TRUE
var/min_crash_strength = 3
Expand Down

0 comments on commit 5275a57

Please sign in to comment.