mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
Merge remote-tracking branch 'upstream/master' into dev
Conflicts: code/modules/projectiles/gun.dm html/changelogs/RavingManiac-master.yml
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
|
||||
if(world.time < next_fire_time)
|
||||
if (world.time % 3) //to prevent spam
|
||||
user << "<span class='warning'>[src] is not ready to fire again!"
|
||||
user << "<span class='warning'>[src] is not ready to fire again!</span>"
|
||||
return
|
||||
|
||||
//unpack firemode data
|
||||
|
||||
Reference in New Issue
Block a user