mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Fixed ling stings targeting (#19377)
Fixed ling stings targeting. A DMDoc and some SDMM markings. Marked one proc for the hostile mobs AI as waitfor = FALSE.
This commit is contained in:
@@ -324,6 +324,8 @@
|
||||
return TRUE
|
||||
|
||||
/mob/living/simple_animal/hostile/proc/OpenFire(target_mob)
|
||||
set waitfor = FALSE
|
||||
|
||||
if(!see_target())
|
||||
LoseTarget()
|
||||
var/target = target_mob
|
||||
|
||||
Reference in New Issue
Block a user