From e565f8ec0ecadb56d48f1c17a15e650dffe2774f Mon Sep 17 00:00:00 2001 From: skoglol <33292112+kriskog@users.noreply.github.com> Date: Sat, 10 Aug 2019 00:10:48 +0200 Subject: [PATCH] Fixes sentience balloon icon (#45791) --- code/modules/admin/fun_balloon.dm | 2 +- code/modules/ruins/lavalandruin_code/puzzle.dm | 4 ++-- code/modules/spells/spell_types/godhand.dm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/admin/fun_balloon.dm b/code/modules/admin/fun_balloon.dm index d4b7a66ce02..1c6cbab670a 100644 --- a/code/modules/admin/fun_balloon.dm +++ b/code/modules/admin/fun_balloon.dm @@ -1,7 +1,7 @@ /obj/effect/fun_balloon name = "fun balloon" desc = "This is going to be a laugh riot." - icon = 'icons/obj/items_and_weapons.dmi' + icon = 'icons/obj/balloons.dmi' icon_state = "syndballoon" anchored = TRUE var/popped = FALSE diff --git a/code/modules/ruins/lavalandruin_code/puzzle.dm b/code/modules/ruins/lavalandruin_code/puzzle.dm index 70b0545ded0..e23631e5dae 100644 --- a/code/modules/ruins/lavalandruin_code/puzzle.dm +++ b/code/modules/ruins/lavalandruin_code/puzzle.dm @@ -1,6 +1,6 @@ /obj/effect/sliding_puzzle name = "Sliding puzzle generator" - icon = 'icons/obj/items_and_weapons.dmi' //mapping + icon = 'icons/obj/balloons.dmi' //mapping icon_state = "syndballoon" invisibility = INVISIBILITY_ABSTRACT anchored = TRUE @@ -350,4 +350,4 @@ //Move them into random block var/obj/structure/puzzle_element/E = pick(cube.elements) prisoner.forceMove(E) - return TRUE \ No newline at end of file + return TRUE diff --git a/code/modules/spells/spell_types/godhand.dm b/code/modules/spells/spell_types/godhand.dm index f8d842bf099..5736ea56fb0 100644 --- a/code/modules/spells/spell_types/godhand.dm +++ b/code/modules/spells/spell_types/godhand.dm @@ -4,7 +4,7 @@ var/catchphrase = "High Five!" var/on_use_sound = null var/obj/effect/proc_holder/spell/targeted/touch/attached_spell - icon = 'icons/obj/items_and_weapons.dmi' + icon = 'icons/obj/balloons.dmi' lefthand_file = 'icons/mob/inhands/misc/touchspell_lefthand.dmi' righthand_file = 'icons/mob/inhands/misc/touchspell_righthand.dmi' icon_state = "syndballoon"