mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Bugs fixes: skrell stuff and idris uniforms (#7010)
-fixes idris uniforms being invisible -fixes a typo in the skrell star projector -fixes the skrell plant missing from xenobotany storages -tweaks the starry projections to last less time
This commit is contained in:
@@ -211,18 +211,16 @@
|
||||
/obj/item/clothing/under/rank/idris
|
||||
name = "Idris Incorporated uniform"
|
||||
desc = "A uniform worn by Idris Incorporated employees and contractors."
|
||||
icon_state = "idris_alt"
|
||||
worn_state = "idris_alt"
|
||||
icon_state = "idris_service"
|
||||
worn_state = "idris_service"
|
||||
|
||||
/obj/item/clothing/under/rank/idris/service
|
||||
name = "Idris Incorporated service uniform"
|
||||
desc = "A uniform worn by Idris Incorporated service personnel."
|
||||
icon_state = "idris_serv"
|
||||
worn_state = "idris_serv"
|
||||
|
||||
/obj/item/clothing/under/rank/idris/service/alt
|
||||
icon_state = "idris_serv_alt"
|
||||
worn_state = "idris_serv_alt"
|
||||
icon_state = "idris_service_alt"
|
||||
worn_state = "idris_service_alt"
|
||||
|
||||
/obj/item/clothing/under/rank/einstein_engines
|
||||
name = "Einstein Engines uniform"
|
||||
|
||||
@@ -138,6 +138,7 @@
|
||||
/obj/item/seeds/watermelonseed = 3,
|
||||
/obj/item/seeds/wheatseed = 3,
|
||||
/obj/item/seeds/whitebeetseed = 3,
|
||||
/obj/item/seeds/wulumunushaseed = 2,
|
||||
/obj/item/seeds/dynseed = 2
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user