From 2ee71405ee76fb5c70fe0a794ec6836f0156e5f8 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Tue, 19 Jan 2016 06:24:39 -0500 Subject: [PATCH] pAI Cooldown Reduction --- code/game/objects/items/devices/paicard.dm | 2 +- html/changelogs/pai-cooldown-fox-mccloud.yml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/pai-cooldown-fox-mccloud.yml diff --git a/code/game/objects/items/devices/paicard.dm b/code/game/objects/items/devices/paicard.dm index 0db5724b527..8f916059010 100644 --- a/code/game/objects/items/devices/paicard.dm +++ b/code/game/objects/items/devices/paicard.dm @@ -6,7 +6,7 @@ w_class = 2.0 slot_flags = SLOT_BELT origin_tech = "programming=2" - var/request_cooldown = 60 // one minute + var/request_cooldown = 5 // five seconds var/last_request var/obj/item/device/radio/radio var/looking_for_personality = 0 diff --git a/html/changelogs/pai-cooldown-fox-mccloud.yml b/html/changelogs/pai-cooldown-fox-mccloud.yml new file mode 100644 index 00000000000..41a34ad82d0 --- /dev/null +++ b/html/changelogs/pai-cooldown-fox-mccloud.yml @@ -0,0 +1,7 @@ + +author: Fox McCloud + +delete-after: True + +changes: + - tweak: "Lowers the pAI cooldown from 60 seconds to 5 seconds."