mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-02-22 17:18:12 +01:00
Fix some underlines.
This commit is contained in:
parent
70ca5ed700
commit
5c503af08e
@ -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>`.
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user