mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes Mercs threaten timers, and threaten sounds
The default "threaten" timer was 3 seconds, meaning that as soon as world.time advanced beyond that, the merc would shoot you. If there's TIDI/lag or other issues, you'd immediately end up getting shot. 30 seconds is more reasonable, allows you time to back away from the merc without being shot at, and it keeps the mercs from being cheesed easily. This also fixes the merc aggression sounds. Actual voicelines incoming once I get help from a contributor!
This commit is contained in:
@@ -83,6 +83,8 @@
|
||||
threaten = TRUE
|
||||
returns_home = TRUE // Stay close to the base...
|
||||
wander = TRUE // ... but "patrol" a little.
|
||||
intelligence_level = AI_SMART // Also knows not to walk while confused if it risks death.
|
||||
threaten_delay = 30 SECONDS // Mercs will give you 30 seconds to leave or get shot.
|
||||
|
||||
/datum/ai_holder/simple_mob/merc/ranged
|
||||
pointblank = TRUE // They get close? Just shoot 'em!
|
||||
|
||||
@@ -23,6 +23,3 @@
|
||||
min_n2 = 0
|
||||
max_n2 = 0
|
||||
minbodytemp = 0
|
||||
|
||||
/datum/ai_holder/simple_mob/merc
|
||||
intelligence_level = AI_SMART // Also knows not to walk while confused if it risks death.
|
||||
|
||||
Reference in New Issue
Block a user