Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DGamerL committed Jan 16, 2025
1 parent 2fc94e7 commit 303f69b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/structures/false_walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
/obj/structure/falsewall/reinforced
name = "reinforced wall"
desc = "A huge chunk of reinforced metal used to separate rooms."
icon = 'icons/turf/walls/reinforced_wall.dmi'
icon = 'icons/turf/walls/32x40reinforced_wall.dmi'
icon_state = "reinforced_wall-0"
base_icon_state = "reinforced_wall"
walltype = /turf/simulated/wall/r_wall
Expand Down
2 changes: 1 addition & 1 deletion code/game/turfs/simulated/walls_indestructible.dm
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ GLOBAL_DATUM(title_splash, /turf/simulated/wall/indestructible/splashscreen)
canSmoothWith = null

/turf/simulated/wall/indestructible/riveted
icon = 'icons/turf/walls/reinforced_wall.dmi'
icon = 'icons/turf/walls/32x40reinforced_wall.dmi'
icon_state = "reinforced_wall-0"
base_icon_state = "reinforced_wall"
smoothing_flags = SMOOTH_BITMASK
Expand Down
2 changes: 1 addition & 1 deletion code/game/turfs/simulated/walls_misc.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/turf/simulated/wall/cult
name = "runed metal wall"
desc = "A cold metal wall engraved with indecipherable symbols. Studying them causes your head to pound."
icon = 'icons/turf/walls/cult_wall.dmi'
icon = 'icons/turf/walls/32x40cult_wall.dmi'
icon_state = "cult_wall-0"
base_icon_state = "cult_wall"
smoothing_flags = SMOOTH_BITMASK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Difficulty: Hard

/datum/action/innate/megafauna_attack/hallucination_surround
name = "Surround Target"
button_overlay_icon = 'icons/turf/walls/wall.dmi'
button_overlay_icon = 'icons/turf/walls/32x40wall.dmi'
button_overlay_icon_state = "wall-0"
chosen_message = "<span class='colossus'>You are now surrounding the target you click on with hallucinations.</span>"
chosen_attack_num = 3
Expand Down

0 comments on commit 303f69b

Please sign in to comment.