Page 1 of 1

[Embers 1.0.2] Adventurers and Steam Generator Implants

Posted: Mon Feb 29, 2016 2:14 am
by Stuntofthelitter
Adventurers still don't spawn with Steam Generator Implants.

1.0.2 added this line:

Code: Select all

{type="scroll", subtype="implant", name="steam generator implant", base_list="mod.class.Object:/data-orcs/general/objects/steamgun.lua", autoreq=true, ego_chance=-1000},
It needed to be this line:

Code: Select all

{type="scroll", subtype="implant", name="steam generator implant", base_list="mod.class.Object:/data-orcs/general/objects/inscriptions.lua", autoreq=true, ego_chance=-1000},