Skip to content

Commit

Permalink
initial fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCastmer committed Aug 11, 2024
1 parent 22108a6 commit 5868b3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modular_dripstation/code/game/objects/effects/contraband.dm
Original file line number Diff line number Diff line change
Expand Up @@ -237,16 +237,16 @@



/obj/item/poster/random_erotic
/obj/item/poster/random_terragov
name = "random solarian poster"
poster_type = /obj/structure/sign/poster/terragov/random
icon = 'modular_dripstation/icons/obj/contraband.dmi'
icon_state = "rolled_legit"
icon_state = "rolled_terra"

/obj/structure/sign/poster/terragov
poster_item_name = "solarian poster"
poster_item_desc = "A solarian based poster, made with natural paper! It comes with adhesive backing, for easy pinning to any vertical surface."
poster_item_icon_state = "rolled_legit"
poster_item_icon_state = "rolled_terra"

/obj/structure/sign/poster/terragov/random
name = "random solarian poster"
Expand Down Expand Up @@ -327,13 +327,13 @@
name = "random erotic poster"
poster_type = /obj/structure/sign/poster/erotic/random
icon = 'modular_dripstation/icons/obj/contraband.dmi'
icon_state = "rolled_abductor"
icon_state = "rolled_erotic"

/obj/structure/sign/poster/erotic
icon = 'modular_dripstation/icons/obj/contraband.dmi'
poster_item_name = "erotic poster"
poster_item_desc = "This poster`s vulgar themes have marked it as contraband aboard Nanotrasen space facilities."
poster_item_icon_state = "rolled_abductor"
poster_item_icon_state = "rolled_erotic"

/obj/structure/sign/poster/erotic/random
name = "random erotic poster"
Expand Down
Binary file modified modular_dripstation/icons/obj/contraband.dmi
Binary file not shown.

0 comments on commit 5868b3e

Please sign in to comment.