This commit is contained in:
@@ -100,19 +100,17 @@ Text_Gained::
|
||||
text_end
|
||||
|
||||
_BoostedExpPointsText::
|
||||
; BUG: Five-digit experience gain is printed incorrectly (see docs/bugs_and_glitches.md)
|
||||
text_start
|
||||
line "a boosted"
|
||||
cont "@"
|
||||
text_decimal wStringBuffer2, 2, 4
|
||||
text_decimal wStringBuffer2, 2, 5
|
||||
text " EXP. Points!"
|
||||
prompt
|
||||
|
||||
_ExpPointsText::
|
||||
; BUG: Five-digit experience gain is printed incorrectly (see docs/bugs_and_glitches.md)
|
||||
text_start
|
||||
line "@"
|
||||
text_decimal wStringBuffer2, 2, 4
|
||||
text_decimal wStringBuffer2, 2, 5
|
||||
text " EXP. Points!"
|
||||
prompt
|
||||
|
||||
|
Reference in New Issue
Block a user