Skip to content
Snippets Groups Projects
Commit f5d7d725 authored by DarkGod's avatar DarkGod
Browse files

Venom drakes can now appear in the noxious caldera and in gorbat pride

parent 9d7cc541
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ function _M:setInscription(id, name, data, cooldown, vocal, src, bypass_max_same
end
if not id then
if vocal then
game.logPlayer(self, "You are have no more inscription slots.")
game.logPlayer(self, "You have no more inscription slots.")
end
-- Replace chat
if self.player and src then
......
......@@ -22,6 +22,7 @@ load("/data/general/npcs/orc-gorbat.lua", rarity(0))
load("/data/general/npcs/cold-drake.lua", rarity(0))
load("/data/general/npcs/storm-drake.lua", rarity(0))
load("/data/general/npcs/fire-drake.lua", rarity(0))
load("/data/general/npcs/venom-drake.lua", rarity(0))
load("/data/general/npcs/multihued-drake.lua", rarity(3))
load("/data/general/npcs/all.lua", rarity(4, 35))
......
......@@ -24,6 +24,7 @@ load("/data/general/npcs/vermin.lua", rarity(3))
load("/data/general/npcs/canine.lua", rarity(1))
load("/data/general/npcs/snake.lua", rarity(0))
load("/data/general/npcs/plant.lua", rarity(0))
load("/data/general/npcs/venom-drake.lua", rarity(0))
load("/data/general/npcs/faeros.lua", rarity(0))
load("/data/general/npcs/all.lua", rarity(4, 35))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment