Fixed the bug where 'Show Own Skills' wouldn't work.

This commit is contained in:
cib
2012-10-18 15:33:46 +02:00
parent e103cc799e
commit 01ba3871ca

View File

@@ -1163,6 +1163,8 @@ datum/preferences
character.h_style = h_style
character.f_style = f_style
character.skills = skills
// Destroy/cyborgize organs
for(var/name in organ_data)
var/datum/organ/external/O = character.organs[name]