Skip to content

Commit

Permalink
fix propaganda poster in CL office
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Nov 14, 2023
1 parent 66e9557 commit da126ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
6 changes: 6 additions & 0 deletions code/game/objects/effects/decals/posters.dm
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@
serial_number = pick(27,28,30,31)
.=..()

/obj/structure/sign/poster/io
icon_state = "poster14"

/obj/structure/sign/poster/io/Initialize()
serial_number = 14
. = ..()
////////////////
//Hero Posters//
////////////////
Expand Down
16 changes: 6 additions & 10 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -36331,11 +36331,9 @@
/obj/structure/flora/pottedplant{
icon_state = "pottedplant_21"
},
/obj/structure/sign/poster{
desc = "A large piece of cheap printed paper. This one proudly demands that you REMEMBER IO!";
icon_state = "poster14";
name = "propaganda poster";
pixel_y = 32
/obj/structure/sign/poster/io{
pixel_y = 32;
name = "propaganda poster"
},
/obj/structure/sign/safety/escapepod{
pixel_x = -17
Expand Down Expand Up @@ -39271,11 +39269,9 @@
/obj/structure/machinery/photocopier{
anchored = 0
},
/obj/structure/sign/poster{
desc = "A large piece of cheap printed paper. This one proudly demands that you REMEMBER IO!";
icon_state = "poster14";
name = "propaganda poster";
pixel_y = 32
/obj/structure/sign/poster/io{
pixel_y = 32;
name = "propaganda poster"
},
/turf/open/floor/wood/ship,
/area/almayer/command/corporateliason)
Expand Down

0 comments on commit da126ce

Please sign in to comment.