Debug: Add minimum_life to house debug window
This commit is contained in:
@@ -502,7 +502,7 @@ class NIHHouse : public NIHelper {
|
|||||||
print(buffer);
|
print(buffer);
|
||||||
seprintf(buffer, lastof(buffer), " extra_flags: 0x%X", hs->extra_flags);
|
seprintf(buffer, lastof(buffer), " extra_flags: 0x%X", hs->extra_flags);
|
||||||
print(buffer);
|
print(buffer);
|
||||||
seprintf(buffer, lastof(buffer), " remove_rating_decrease: %u", hs->remove_rating_decrease);
|
seprintf(buffer, lastof(buffer), " remove_rating_decrease: %u, minimum_life: %u", hs->remove_rating_decrease, hs->minimum_life);
|
||||||
print(buffer);
|
print(buffer);
|
||||||
seprintf(buffer, lastof(buffer), " population: %u, mail_generation: %u", hs->population, hs->mail_generation);
|
seprintf(buffer, lastof(buffer), " population: %u, mail_generation: %u", hs->population, hs->mail_generation);
|
||||||
print(buffer);
|
print(buffer);
|
||||||
|
Reference in New Issue
Block a user