Snowglobes

Does not place them anywhere yet, just adds them to the code.
This commit is contained in:
Unknown
2022-09-13 09:48:32 -04:00
parent 15b60b17e2
commit 0fee7cd94d
2 changed files with 24 additions and 1 deletions
+24 -1
View File
@@ -1077,4 +1077,27 @@
T = get_turf(src)
new /obj/effect/decal/cleanable/confetti(T)
else
to_chat(user, "<span class='notice'>The [src] is already spent!</span>")
to_chat(user, "<span class='notice'>The [src] is already spent!</span>")
/*
* Snow Globes
*/
/obj/item/weapon/toy/snowglobe
name = "snowglobe"
icon = 'icons/obj/snowglobe_vr.dmi'
/obj/item/weapon/toy/snowglobe/snowvillage
desc = "Depicts a small, quaint village buried in snow."
icon_state = "smolsnowvillage"
/obj/item/weapon/toy/snowglobe/tether
desc = "Depicts a massive space elevator reaching to the sky."
icon_state = "smoltether"
/obj/item/weapon/toy/snowglobe/stellardelight
desc = "Depicts an interstellar spacecraft."
icon_state = "smolstellardelight"
/obj/item/weapon/toy/snowglobe/rascalspass
desc = "Depicts a nanotrasen facility on a temperate world."
icon_state = "smolrascalspass"