mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
Martial arts now use a weight system to determine which one is active (#21037)
* martial arts have a weight system now * remove unneeded variable * carp cannot be deactivated once learned * i love documentingtation * krav can no longer delete other combos * now ill be embarassed if i dont make it better * i know how istype works i promise * implement sirryan's changes Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> --------- Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
|
||||
var/list/spell_list = list() // Wizard mode & "Give Spell" badmin button.
|
||||
var/datum/martial_art/martial_art
|
||||
var/list/known_martial_arts = list()
|
||||
|
||||
var/role_alt_title
|
||||
|
||||
|
||||
Reference in New Issue
Block a user