3 lines
95 B
Lua
3 lines
95 B
Lua
hook.Add("InitPostEntityMap", "Adding", function()
|
|
GAMEMODE.ZombieDamageMultiplier = 2.5
|
|
end)
|