about summary refs log tree commit diff
path: root/datasrc
diff options
context:
space:
mode:
Diffstat (limited to 'datasrc')
-rw-r--r--datasrc/content.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/datasrc/content.py b/datasrc/content.py
index f3daa710..2c353f24 100644
--- a/datasrc/content.py
+++ b/datasrc/content.py
@@ -41,7 +41,7 @@ class Sprite(Struct):
 		self.h = Int(h)
 
 class Pickup(Struct):
-	def __init__(self, name="", respawntime=20, spawndelay=0):
+	def __init__(self, name="", respawntime=15, spawndelay=0):
 		Struct.__init__(self, "PICKUPSPEC")
 		self.name = String(name)
 		self.respawntime = Int(respawntime)