self.swallow_progress_prey = spectatee.swallow_progress_prey;\r
self.swallow_progress_pred = spectatee.swallow_progress_pred;\r
self.stat_stomachload = spectatee.stat_stomachload;\r
- self.stat_stomachmaxload = spectatee.stomach_maxload;\r
+ self.stat_stomachmaxload = spectatee.stat_stomachmaxload;\r
self.stat_digesting = spectatee.stat_digesting;\r
self.stat_canleave = spectatee.stat_canleave;\r
self.stat_canswallow = spectatee.stat_canswallow;\r
addstat(STAT_LAST_PICKUP, AS_FLOAT, last_pickup);\r
addstat(STAT_WINNING, AS_FLOAT, winning);\r
addstat(STAT_VORE_LOAD, AS_INT, stat_stomachload);\r
- addstat(STAT_VORE_MAXLOAD, AS_INT, stomach_maxload);\r
+ addstat(STAT_VORE_MAXLOAD, AS_INT, stat_stomachmaxload);\r
addstat(STAT_VORE_CANSWALLOW, AS_INT, stat_canswallow);\r
addstat(STAT_VORE_DIGESTING, AS_INT, stat_digesting);\r
addstat(STAT_VORE_EATEN, AS_INT, stat_eaten);\r
\r
- 0.7 | 0.8: Allow more bots from the menu?\r
\r
-- 0.7 BUG: When spectating a player, maximum stomach load appears as 0 on the HUD\r
-\r
- 0.8: Maybe turn the HEAL teammate into a sign, not part of shownames
\ No newline at end of file