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