mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 20:38:03 -08:00
Endemic Life Buffs: Add Ruby and Gold Wirebugs
This commit is contained in:
@@ -43,7 +43,9 @@ this.list = {};
|
||||
|
||||
this.creature_ids = {
|
||||
cutterfly = 50,
|
||||
clothfly = 7
|
||||
clothfly = 7,
|
||||
ruby_wirebug = 62,
|
||||
gold_wirebug = 63
|
||||
};
|
||||
|
||||
function this.new(REcreature)
|
||||
@@ -95,7 +97,7 @@ function this.init(creature, REcreature)
|
||||
error_handler.report("env_creature.init", "Failed to access Data: creature_name");
|
||||
return;
|
||||
end
|
||||
|
||||
|
||||
creature.name = creature_name;
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user