Toastical
|
797a369324
|
Make legions run away from occupied mechs (#31083)
* Make legions run away from occupied mechs
* remove unneeded return
|
2025-12-15 19:04:38 +00:00 |
|
kyunkyunkyun
|
b0463d3c83
|
Convert most spans to defines (#31080)
* spanish?
* aaaagain
* keep maptext
* Update robot_items.dm
* Update span_defines.dm
* compiles
* Update silicon_mob.dm
* compile
|
2025-12-13 23:55:48 +00:00 |
|
warriorstar-orion
|
be48d7598f
|
wire up ai idling to spatial grid (#30711)
* wire up ai idling to spatial grid
* lint
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: warriorstar-orion <orion@snowfrost.garden>
* stupid loadbearing src
* some spatial grid cleanup
* make sure to remove controllers in the GLOB
* immediately set targets and state for hiveloord brood
* properly fail behaviors when movement targets are lost
* Apply suggestions from code review
Comment formatting
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
* Update code/datums/ai/ai_controller.dm
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
* Update code/datums/ai/ai_controller.dm
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
* Apply suggestions from code review
Comment formatting
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
* Update code/datums/ai/ai_controller.dm
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden>
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
|
2025-12-09 23:46:38 +00:00 |
|
warriorstar-orion
|
050494fe31
|
ensure some ai behavior procs call parent (#30703)
* ensure some ai behavior procs call parent
* fix slippage
|
2025-11-19 19:28:45 +00:00 |
|
kyunkyunkyun
|
f96b26b75a
|
/obj/item/projectile --> /obj/projectile (#30411)
* yers
* vars
* map changes
* some comments (clearly not stolen from items)
* fix component
* summary
|
2025-11-12 10:23:20 +00:00 |
|
Toastical
|
51c47d8342
|
Fix compiler errors for 1670 (#30874)
* stage 1
* hud alist
* mobs and parry
* stage ?
* we dont even need an alist here
|
2025-11-11 10:38:24 +00:00 |
|
Qwertytoforty
|
879f43f88d
|
Changes legions skulls and hivelord brood more to pre basic mob levels. (#30695)
* legion changes
* Moves it down to hivelord level now that we have it good
* Apply suggestions from code review
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
|
2025-10-26 13:12:55 +00:00 |
|
PollardTheDragon
|
dc3f8f6cc9
|
Port goliaths to basic mobs, Round 2 (#30566)
* Port goliaths to basic mobs.
* linting whitespace
* more linting
* wtf
* Addresses reviews on prior PR, adjusts behavior for food searching
* Missing Comma
* Goliath aggro range
* Reduces goliath speed to 5 from 3
---------
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
|
2025-10-21 19:27:27 +00:00 |
|
PollardTheDragon
|
2569be37ba
|
Adjusts Hivelord Brood and Legion Skulls (#30551)
|
2025-10-01 14:36:41 +00:00 |
|
kyunkyunkyun
|
83509c3967
|
Some more armor tweaks (#30398)
* summary
* (required)
* undef
* oh this is unused, nice
* ok but.. why
* a tiny bit more
* Update human_defense.dm
* Update mass_hallucination.dm
|
2025-09-19 15:43:42 +00:00 |
|
PollardTheDragon
|
69a3b5835b
|
Gives Billy (big legion) an AI Controller (#30344)
* Gives Billy an AI Controller
* Small fix
|
2025-09-04 07:19:28 +00:00 |
|
kyunkyunkyun
|
626eaaeb79
|
Removes british spelling of armor from armor_penetration vars (#30104)
* spelling
* manually rename last armour pen
* Update code/game/objects/obj_defense.dm
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Signed-off-by: kyunkyunkyun <120701975+kyunkyunkyun@users.noreply.github.com>
* Update code/modules/mob/living/simple_animal/hostile/megafauna/hierophant.dm
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Signed-off-by: kyunkyunkyun <120701975+kyunkyunkyun@users.noreply.github.com>
* Update goldgrub.dm
---------
Signed-off-by: kyunkyunkyun <120701975+kyunkyunkyun@users.noreply.github.com>
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
|
2025-09-01 04:27:52 +00:00 |
|
PollardTheDragon
|
58865cd52a
|
Fixes gutlunch targeting (#30331)
|
2025-08-30 14:32:18 +00:00 |
|
PollardTheDragon
|
a3d9ecf4c9
|
Fixes gutlunch controllers (#30277)
|
2025-08-28 14:48:38 +00:00 |
|
PollardTheDragon
|
c6e164a643
|
Basic gutlunch and goldgrub (#30032)
* Goldgrubs
* Gutlunches, breeding code, goldgrub fixes
* Lints
* Extra define
* Config screwup
* Linters again
* Oops
* Gets rid of extra kangaroo
* Formatting and grammar
Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
---------
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
|
2025-08-25 17:52:42 +00:00 |
|
PollardTheDragon
|
66615e9a2a
|
Tweaks watchers and legions (#30028)
* Tweaks watchers and legions
* Linters
* Flight fix
* Fixes aggro range
|
2025-08-19 06:50:54 +00:00 |
|
PollardTheDragon
|
1054b263bb
|
Converts Watchers and Legions to basic mob AI (#29884)
* Converts basilisks, watchers
* Hivelords and legions
* Hivelordbrood balance adjustment
* New Linters
* Speech fix
---------
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
|
2025-08-06 05:54:06 +00:00 |
|