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."