mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Tweaked interface bar redraw in gl_partycontrol
This commit is contained in:
Binary file not shown.
@@ -60,6 +60,7 @@ procedure CombatTurn_Handler begin
|
||||
|
||||
if (status == 1) then begin
|
||||
set_dude_obj(critter);
|
||||
intface_redraw;
|
||||
//display_msg("Take control of: " + obj_name(critter));
|
||||
|
||||
if (critter != real_dude_obj) then begin
|
||||
@@ -78,7 +79,6 @@ procedure CombatTurn_Handler begin
|
||||
level := has_trait(TRAIT_PERK, real_dude_obj, perkID);
|
||||
if (level) then critter_add_trait(critter, TRAIT_PERK, perkID, level);
|
||||
end
|
||||
intface_redraw;
|
||||
|
||||
obj_set_light_level(critter, 100, 4);
|
||||
inControl := true;
|
||||
|
||||
Reference in New Issue
Block a user