Fix some underlines.

This commit is contained in:
Relintai 2019-12-30 16:24:56 +01:00
parent 70ca5ed700
commit 5c503af08e
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ By default Entities won't actually create their own bags, because for example mo
allocation will probably be pushed into a virtual function, like setup_bags() -> _setup_bags() (virtual).
Target Bags
===========
-----------
See :ref:`starget_bag<class_Entity_property_starget_bag>`, and :ref:`ctarget_bag<class_Entity_property_ctarget_bag>`.

View File

@ -6,13 +6,13 @@ Cooldowns
ESS implements two types of cooldowns. These are:
:ref:`Cooldown<class_Cooldown>`
===============================
-------------------------------
This class is used for a single spell cooldown.
Later, spells on items will use this aswell.
:ref:`CategoryCooldown<class_CategoryCooldown>`
===============================================
-----------------------------------------------
This class is used for giving categories of spells a cooldown. E.g. interrupts.