Uses WJohnston's new fantastic icons

This commit is contained in:
Jack Edge
2017-04-25 21:07:41 +01:00
parent e858379cce
commit 2cc290e31c
10 changed files with 10 additions and 17 deletions
+3 -2
View File
@@ -21,8 +21,9 @@
var/static/list/scramble_cache = list()
var/default_priority = 0 // the language that an atom knows with the highest "default_priority" is selected by default.
var/icon
var/icon_state
// if you are seeing someone speak popcorn language, then something is wrong.
var/icon = 'icons/misc/language.dmi'
var/icon_state = "popcorn"
/datum/language/proc/display_icon(atom/movable/hearer)
if(isobserver(hearer))