mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-16 12:32:37 +00:00
* Converts pirates, soviets, and drakehounds to basic mob AI * Linters and fixes * Pirate fire rate adjustment * Merge fixes * Better ranged attack code * Even better ranged code --------- Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
/datum/spawn_pool/whiteship_mobs
|
|
|
|
/obj/effect/spawner/random/pool/whiteship_mob
|
|
icon_state = "giftbox"
|
|
spawn_pool = /datum/spawn_pool/whiteship_mobs
|
|
unique_picks = TRUE
|
|
guaranteed = TRUE
|
|
point_value = 0
|
|
loot = list(
|
|
/mob/living/basic/pirate,
|
|
/obj/effect/spawner/random/space_pirate,
|
|
)
|