mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Unbreaks wingdings
Jestosterone PR accidentally removed the check for wingdings mutation. this re-adds it.
This commit is contained in:
@@ -125,6 +125,9 @@
|
||||
|| GetComponent(/datum/component/jestosterone))
|
||||
span = "sans"
|
||||
|
||||
if(WINGDINGS in mutations)
|
||||
span = "wingdings"
|
||||
|
||||
var/list/parent = ..()
|
||||
verb = parent["verb"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user