Skip to content

Commit

Permalink
yea
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Oct 10, 2024
1 parent c6dd007 commit 44e4528
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,6 @@
"zb" = (
/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner{
loot = list(/obj/item/melee/transforming/cleaving_saw,/obj/item/gun/energy/kinetic_accelerator,/obj/item/keycard/gatedrop/lavacanyon);

},
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/overmap_encounter/planetoid/cave/explored)
Expand Down
17 changes: 10 additions & 7 deletions code/game/objects/effects/spawners/random.dm/boards.dm
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
)

//random RND imprinter/protolathe board spawners. Do not use on maps without a good reason
/obj/effect/spawner/random/circut/protolathe
/obj/effect/spawner/random/circuit/protolathe
name = "random departmental protolathe"
icon_state = "circut"
icon_state = "circuit"
loot = list(
/obj/item/circuitboard/machine/protolathe/department/cargo,
/obj/item/circuitboard/machine/protolathe/department/engineering,
Expand All @@ -117,9 +117,9 @@
/obj/item/circuitboard/machine/protolathe/department/security
)

/obj/effect/spawner/random/circut/imprinter
/obj/effect/spawner/random/circuit/imprinter
name = "random departmental circuit imprinter"
icon_state = "circut"
icon_state = "circuit"
loot = list(
/obj/item/circuitboard/machine/circuit_imprinter/department/cargo,
/obj/item/circuitboard/machine/circuit_imprinter/department/engi,
Expand All @@ -129,9 +129,9 @@
/obj/item/circuitboard/machine/circuit_imprinter/department/sec
)

/obj/effect/spawner/random/circut/techfab
/obj/effect/spawner/random/circuit/techfab
name = "random departmental techfab"
icon_state = "circut"
icon_state = "circuit"
loot = list(
/obj/item/circuitboard/machine/techfab/department/service,
/obj/item/circuitboard/machine/techfab/department/cargo,
Expand All @@ -144,7 +144,7 @@

/obj/effect/spawner/random/rnd
name = "random RND spawner"
icon_state = "circut"
icon_state = "circuit"
loot = list(
/obj/item/storage/box/rndmining,
/obj/item/storage/box/rndengi,
Expand Down Expand Up @@ -184,6 +184,9 @@
/obj/item/circuitboard/machine/emitter = 5,
)

/obj/effect/spawner/random/circuit
icon_state = "circuit"

/obj/effect/spawner/random/circuit/machine/rare
loot = list(
/obj/item/circuitboard/aicore = 5,
Expand Down

0 comments on commit 44e4528

Please sign in to comment.