mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 07:39:13 +01:00
Revenge of Clong (#11631)
This commit is contained in:
@@ -123,9 +123,10 @@
|
||||
if(!isliving(user))
|
||||
return
|
||||
|
||||
|
||||
if(user.stat || user.last_special <= world.time)
|
||||
return
|
||||
user.last_special = world.time+100
|
||||
user.last_special = world.time + (1 SECOND) // CHOMPEdit: Clong, clong baby.
|
||||
|
||||
if(QDELETED(src))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user