Skip to content

Commit

Permalink
add: Full tile windows and new sprite (#5365)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby24gen authored Jul 7, 2024
1 parent 7edeb79 commit dd92810
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/spawners/windowspawner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "window spawner"
icon = 'icons/obj/structures.dmi'
icon_state = "window_spawner"
var/useFull = 0
var/useFull = 1
var/useGrille = 1
var/window_to_spawn_regular = /obj/structure/window/basic
var/window_to_spawn_full = /obj/structure/window/full/basic
Expand Down
Binary file modified icons/obj/structures.dmi
Binary file not shown.

0 comments on commit dd92810

Please sign in to comment.