New event species - Part 1 (#16037)

* [WIP] Lleill Species

* 2nd Commit

Main functions are now complete and tested

* Renables accidentally disabled files

* Added white portal variant

* Added some glamour/whitespace props for mapping
This commit is contained in:
SatinIsle
2024-06-20 06:24:15 +01:00
committed by GitHub
parent e195df215f
commit 2edd5276d7
30 changed files with 694 additions and 12 deletions
@@ -80,3 +80,28 @@
/obj/structure/prop/rock/ice/small/alt
icon_state = "icesmall2"
// glamour things for whitespace
/obj/structure/prop/rock/glamour
name = "glamour"
icon = 'icons/obj/glamour.dmi'
icon_state = "pillar_1"
/obj/structure/prop/rock/glamour/double
icon_state = "pillar_3"
/obj/structure/prop/rock/glamour/triple
icon_state = "pillar_2"
/obj/structure/prop/rock/glamour/small
icon_state = "gems_1"
density = FALSE
/obj/structure/prop/rock/glamour/small/alt1
icon_state = "gems_2"
/obj/structure/prop/rock/glamour/small/alt2
icon_state = "gems_3"
/obj/structure/prop/rock/glamour/small/alt3
icon_state = "gems_4"