October comes early! Revolutionary art and bust. (#46163)

* Marx bust + rev art component

* Fixies

* -f
This commit is contained in:
Krysonism
2019-09-12 12:43:05 +02:00
committed by AnturK
parent 1d6c3b3457
commit 747b73a824
4 changed files with 27 additions and 2 deletions
+13 -1
View File
@@ -10,10 +10,11 @@
var/material_drop_type = /obj/item/stack/sheet/metal
var/impressiveness = 15
CanAtmosPass = ATMOS_PASS_DENSITY
var/art_type = /datum/component/art
/obj/structure/statue/Initialize()
. = ..()
AddComponent(/datum/component/art, impressiveness)
AddComponent(art_type, impressiveness)
/obj/structure/statue/attackby(obj/item/W, mob/living/user, params)
add_fingerprint(user)
@@ -287,3 +288,14 @@
name = "snowlegion"
desc = "Looks like that weird kid with the tiger plushie has been round here again."
icon_state = "snowlegion"
///////////////////////////////bronze///////////////////////////////////
/obj/structure/statue/bronze
material_drop_type = /obj/item/stack/tile/bronze
/obj/structure/statue/bronze/marx
name = "\improper Karl Marx bust"
desc = "A bust depicting a certain 19th century economist. You get the feeling a specter is haunting the station."
icon_state = "marx"
art_type = /datum/component/art/rev