mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
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:
@@ -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"
|
||||
Reference in New Issue
Block a user