Get_Flat_Human_Icon no longer draws asses that nobody wants (#36781)
* Argument to limit excess icon work * 50% less icon for your icon * 75% less icon for your icon * Correction * statics the list, tweaks a default arg * Cardinal argument list * correct GLOB name
This commit is contained in:
committed by
CitadelStationBot
parent
fcb2dc821e
commit
b26868a6b7
@@ -241,7 +241,7 @@
|
||||
|
||||
var/datum/job/sacjob = SSjob.GetJob(sac_objective.target.assigned_role)
|
||||
var/datum/preferences/sacface = sac_objective.target.current.client.prefs
|
||||
var/icon/reshape = get_flat_human_icon(null, sacjob, sacface)
|
||||
var/icon/reshape = get_flat_human_icon(null, sacjob, sacface, list(SOUTH))
|
||||
reshape.Shift(SOUTH, 4)
|
||||
reshape.Shift(EAST, 1)
|
||||
reshape.Crop(7,4,26,31)
|
||||
|
||||
Reference in New Issue
Block a user