Adds new landmark icons (#34848)

* Adds new landmark icons

* Update

* Blue
This commit is contained in:
ShizCalev
2018-01-24 19:08:21 -05:00
committed by CitadelStationBot
parent 9652fc4127
commit 6ed56158e3
7 changed files with 39 additions and 6 deletions
@@ -1,7 +1,7 @@
/obj/effect/spawner/lootdrop
icon = 'icons/mob/screen_gen.dmi'
icon_state = "x2"
color = "#00FF00"
icon = 'icons/effects/landmarks_static.dmi'
icon_state = "random_loot"
layer = OBJ_LAYER
var/lootcount = 1 //how many items will be spawned
var/lootdoubles = TRUE //if the same item can be spawned twice
var/list/loot //a list of possible items to spawn e.g. list(/obj/item, /obj/structure, /obj/effect)