From 842abb6d8789fc7025fba911e0b522350cb4100b Mon Sep 17 00:00:00 2001 From: Iosnowore Kun Date: Sat, 8 Nov 2014 15:19:12 -0500 Subject: [PATCH] Added cooldown to binoculars --- scripts/object/tangible/gcw/gcw_invasion_binoculars_01.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/object/tangible/gcw/gcw_invasion_binoculars_01.py b/scripts/object/tangible/gcw/gcw_invasion_binoculars_01.py index 02df443d..ca6b996e 100644 --- a/scripts/object/tangible/gcw/gcw_invasion_binoculars_01.py +++ b/scripts/object/tangible/gcw/gcw_invasion_binoculars_01.py @@ -2,6 +2,7 @@ import sys def setup(core, object): object.setIntAttribute('no_trade', 1) + object.setIntAttribute('reuse_time', 5) object.setAttachment('radial_filename', 'object/usable') object.setStfFilename('static_item_n') object.setStfName('invasion_gcw_binoculars_01_01')