Skip to content
Snippets Groups Projects
Commit 137bec7e authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@5117 51575b47-30f0-44d4-a5cc-537603b46e54
parent ee956bfe
No related branches found
No related tags found
No related merge requests found
......@@ -1367,7 +1367,7 @@ newDamageType{
-- Corrupted blood, blight damage + potential diseases
newDamageType{
name = "corrupted blood", type = "CORRUPTED_BLOOD",
name = "corrupted blood", type = "CORRUPTED_BLOOD", text_color = "#DARK_GREEN#",
projector = function(src, x, y, type, dam)
if _G.type(dam) == "number" then dam = {dam=dam} end
DamageType:get(DamageType.BLIGHT).projector(src, x, y, DamageType.BLIGHT, dam.dam)
......
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