mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[READY] Creates Datumized AI and applies it to monkeys (#55238)
New AI system, implemented for monkeys.
This commit is contained in:
@@ -70,10 +70,7 @@
|
||||
return
|
||||
|
||||
// chance of monkey retaliation
|
||||
if(ismonkey(target) && prob(MONKEY_SYRINGE_RETALIATION_PROB))
|
||||
var/mob/living/carbon/monkey/M
|
||||
M = target
|
||||
M.retaliate(user)
|
||||
SEND_SIGNAL(target, COMSIG_LIVING_TRY_SYRINGE, user)
|
||||
|
||||
switch(mode)
|
||||
if(SYRINGE_DRAW)
|
||||
|
||||
Reference in New Issue
Block a user