From 97eb28afaede309432c5f6f5c25589b00d993cb6 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 24 Jan 2009 10:40:11 +0000 Subject: reduced item respawn delay from 20 to 15 seconds again --- datasrc/content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datasrc/content.py') 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) -- cgit 1.4.1