mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 04:08:55 +01:00
Make max languages properly update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
for(var/trait in pref.pos_traits)
|
||||
if(trait==/datum/trait/positive/linguist)
|
||||
morelang = 1
|
||||
pref.num_languages = morelang * 12
|
||||
pref.num_languages = morelang * 12
|
||||
//CHOMPEdit End
|
||||
|
||||
/datum/category_item/player_setup_item/general/language/save_character(var/savefile/S)
|
||||
|
||||
Reference in New Issue
Block a user