Skip to content

Commit

Permalink
Update billboard.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
EEASAS committed Dec 12, 2023
1 parent 7e74857 commit 1e22bdb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/game/objects/structures/billboard.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
desc = "A blank billboard, with space for all kinds of advertising."
icon = 'icons/obj/billboard.dmi'
icon_state = "billboard_blank"
plane = ABOVE_GAME_PLANE
max_integrity = 1000
bound_width = 96
bound_height = 32
Expand All @@ -13,8 +12,6 @@
/obj/structure/billboard/Initialize(mapload)
. = ..()

AddComponent(/datum/component/seethrough, SEE_THROUGH_MAP_BILLBOARD)

/obj/structure/billboard/donk_n_go
name = "\improper Donk-n-Go billboard"
desc = "A billboard advertising Donk-n-Go, Donk Co's ever-present and ever-unhealthy fast-food venture: GET IN, GET FED, GET GONE!"
Expand Down

0 comments on commit 1e22bdb

Please sign in to comment.