mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Shuttle update: Part Two: The Legion Protects (#7457)
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
name = "poster"
|
||||
desc = "A large piece of space-resistant printed paper. "
|
||||
icon = 'icons/obj/contraband.dmi'
|
||||
icon_state = "poster_map"
|
||||
anchored = 1
|
||||
var/serial_number //Will hold the value of src.loc if nobody initialises it
|
||||
var/poster_type //So mappers can specify a desired poster
|
||||
|
||||
@@ -15,3 +15,12 @@
|
||||
density = 0
|
||||
anchored = 1
|
||||
layer = 50
|
||||
|
||||
//Used for imitating an object's sprite for decorative purposes.
|
||||
/obj/effect/decal/fake_object
|
||||
name = "object"
|
||||
icon = 'icons/obj/structures.dmi'
|
||||
icon_state = "ladder11"
|
||||
density = 0
|
||||
anchored = 1
|
||||
layer = 3
|
||||
@@ -328,3 +328,18 @@
|
||||
icon_state = "bsposter66"
|
||||
name = "BFG 9000"
|
||||
desc = "A picture of a big freakin' gun."
|
||||
|
||||
/datum/poster/bay_67
|
||||
icon_state = "tcflposter"
|
||||
name = "Tau Ceti Foreign Legion"
|
||||
desc = "A TCFL recruitment poster."
|
||||
|
||||
/datum/poster/bay_68
|
||||
icon_state = "tcflposter2"
|
||||
name = "Tau Ceti Foreign Legion"
|
||||
desc = "A TCFL recruitment poster showcasing the benefits Synthetics gain when enlisting."
|
||||
|
||||
/datum/poster/bay_69
|
||||
icon_state = "grillposter"
|
||||
name = "grill"
|
||||
desc = "A poster of a smug looking tajaran grilling at a company get-together."
|
||||
Reference in New Issue
Block a user