Unbreaks wingdings

Jestosterone PR accidentally removed the check for wingdings mutation.
this re-adds it.
This commit is contained in:
datlo
2019-01-31 14:26:09 +00:00
parent 741ab25df7
commit 1b08c7a43c
@@ -125,6 +125,9 @@
|| GetComponent(/datum/component/jestosterone))
span = "sans"
if(WINGDINGS in mutations)
span = "wingdings"
var/list/parent = ..()
verb = parent["verb"]