mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Bots refactor (#23550)
* ugh... bots refactor * everyone uses pathfind and eyes * most hunt logic to proc * Update code/modules/mob/living/simple_animal/bot/ed209bot.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Update code/modules/mob/living/simple_animal/bot/ed209bot.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Sirryan review * Update code/modules/mob/living/simple_animal/bot/honkbot.dm Co-authored-by: warriorstar-orion <orion@snowfrost.garden> * better var naming i guess? * Update code/modules/mob/living/simple_animal/bot/ed209bot.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Update code/modules/mob/living/simple_animal/bot/griefsky.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Update code/modules/mob/living/simple_animal/bot/secbot.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Update code/modules/mob/living/simple_animal/bot/secbot.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Update code/modules/mob/living/simple_animal/bot/secbot.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Update code/modules/mob/living/simple_animal/bot/secbot.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Update code/modules/mob/living/simple_animal/bot/secbot.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Update code/modules/mob/living/simple_animal/bot/secbot.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * review * uh oh * Update code/modules/mob/living/simple_animal/bot/secbot.dm Co-authored-by: Deniz <66401072+Oyu07@users.noreply.github.com> * Update code/modules/mob/living/simple_animal/bot/secbot.dm Co-authored-by: Deniz <66401072+Oyu07@users.noreply.github.com> * return FALSE --------- Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Co-authored-by: Deniz <66401072+Oyu07@users.noreply.github.com>
This commit is contained in:
co-authored by
Ryan
warriorstar-orion
Deniz
parent
ac32162dbc
commit
ba98eb4d16
@@ -281,6 +281,11 @@
|
||||
return TRUE
|
||||
..()
|
||||
|
||||
/// baton used for security bots
|
||||
/obj/item/melee/baton/infinite_cell
|
||||
hitcost = 0
|
||||
turned_on = TRUE
|
||||
|
||||
//Makeshift stun baton. Replacement for stun gloves.
|
||||
/obj/item/melee/baton/cattleprod
|
||||
name = "stunprod"
|
||||
|
||||
Reference in New Issue
Block a user