diff --git a/scripts/scr_arti_descr/scr_arti_descr.gml b/scripts/scr_arti_descr/scr_arti_descr.gml index e13c659304..7df5255a86 100644 --- a/scripts/scr_arti_descr/scr_arti_descr.gml +++ b/scripts/scr_arti_descr/scr_arti_descr.gml @@ -146,7 +146,7 @@ function scr_arti_descr() { if (has_tag("MINOR")){other_data+="It is more crude and utilitarian than one might expect from an artifact.";} if (has_tag("chaos")){p4="It bears the taint of Chaos.";} - if (has_tag("daemonic")){p4="It is infested with a Daemonic entity.";} + if (has_tag("daemonic")){p4="It is infested with a Daemonic entity. Destroying it, may cause the entity to materialize.";} final_description+=mission_data; if (basic_asthetic!="") then final_description+=$" {basic_asthetic}"; diff --git a/scripts/scr_ship_battle/scr_ship_battle.gml b/scripts/scr_ship_battle/scr_ship_battle.gml index a9a46e750e..d6a9bebe89 100644 --- a/scripts/scr_ship_battle/scr_ship_battle.gml +++ b/scripts/scr_ship_battle/scr_ship_battle.gml @@ -139,7 +139,7 @@ function scr_ship_battle(target_ship_id, cooridor_width) { } } - if ((unit.role() == obj_ini.role[100][5]) || (unit.role() == obj_ini.role[100][11]) || (obj_ncombat.role[cooh, va] == obj_ini.role[100][7])) { + if ((unit.role() == obj_ini.role[100][5]) || (unit.role() == obj_ini.role[100][11]) || (unit.role() == obj_ini.role[100][7])) { if (unit.role() == obj_ini.role[100][5]) { obj_ncombat.captains += 1; if (obj_ncombat.big_mofo > 5) {