mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Add relics to random render pass
This commit is contained in:
parent
7bdf77e221
commit
d0ca40b6fc
1 changed files with 12 additions and 0 deletions
|
|
@ -139,6 +139,18 @@ impl RenderPass for Random {
|
|||
sprite.icon_state = c;
|
||||
}
|
||||
}
|
||||
} else if atom.istype("/obj/item/relic/") {
|
||||
sprite.icon_state = [
|
||||
"shock_kit",
|
||||
"armor-igniter-analyzer",
|
||||
"infra-igniter0",
|
||||
"infra-igniter1",
|
||||
"radio-multitool",
|
||||
"prox-radio1",
|
||||
"radio-radio",
|
||||
"timer-multitool0",
|
||||
"radio-igniter-tank",
|
||||
].choose(&mut rng).unwrap();
|
||||
}
|
||||
|
||||
if atom.istype("/obj/item/lipstick/random/") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue