Fixes a few AI bugs

This commit is contained in:
Anewbe
2018-12-03 16:44:53 -06:00
parent e145b5c0f7
commit e8053e264f
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// This file is for actual fighting. Targeting is in a seperate file.
/datum/ai_holder
var/firing_lanes = FALSE // If ture, tries to refrain from shooting allies or the wall.
var/firing_lanes = TRUE // If ture, tries to refrain from shooting allies or the wall.
var/conserve_ammo = FALSE // If true, the mob will avoid shooting anything that does not have a chance to hit a mob. Requires firing_lanes to be true.
var/pointblank = FALSE // If ranged is true, and this is true, people adjacent to the mob will suffer the ranged instead of using a melee attack.