Skip to content

Commit

Permalink
Adds 2 new posters to the game (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wallemations authored Jan 26, 2025
1 parent 21fcfee commit c238fe5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions maplestation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6171,6 +6171,7 @@
#include "maplestation_modules\code\game\machinery\towel_rack.dm"
#include "maplestation_modules\code\game\objects\unique_examine_items.dm"
#include "maplestation_modules\code\game\objects\effects\landmarks.dm"
#include "maplestation_modules\code\game\objects\effects\posters.dm"
#include "maplestation_modules\code\game\objects\effects\decals\turfdecal\textured.dm"
#include "maplestation_modules\code\game\objects\effects\decals\turfdecal\tile.dm"
#include "maplestation_modules\code\game\objects\effects\temporary_visuals\projectiles\impact.dm"
Expand Down
21 changes: 21 additions & 0 deletions maplestation_modules/code/game/objects/effects/posters.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/obj/structure/sign/poster/official/puppets_3
name = "The Puppets 3: Goobit's Revenge"
desc = "A poster for the award-winning box-office-megabomb culmination of The Puppets franchise. \
The film is notable for being both the highest-rated and lowest-earning movie of all time, due to the production company being legally required to refund every ticket \
at 3 times the original price."
icon_state = "puppets"
icon = 'maplestation_modules/icons/obj/posters.dmi'

/obj/structure/sign/poster/official/puppets_3/examine(mob/user)
. = ..()
. += notice("A tagline on the bottom reads: \"The City needs a hero, but all they could find were these guys...\"")

/obj/structure/sign/poster/contraband/goobit
name = "Goobit's Gambit"
desc = "A poster of Goobit from the movie \"The Puppets 3: Goobit's Revenge\". This poster is notable for its use by eco-terrorist groups for propaganda. \
These groups would regularly mimic the actions of Goobit by flooding entire planets water supply with vegetable oil in order to \"Make the planet strong\", \
usually resulting in the deaths of all life on said planet. Possession of any pro-Goobit contraband is an act of high treason in most governments, with the average \
felon found guilty of this being 3 years of age. Punishment for the crime tends to be excommunication via spaceraft, with all 1,659 recovered rafts being found empty, \
but otherwise in expected condition."
icon_state = "goobit"
icon = 'maplestation_modules/icons/obj/posters.dmi'
Binary file added maplestation_modules/icons/obj/posters.dmi
Binary file not shown.

0 comments on commit c238fe5

Please sign in to comment.