mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
fix missing icon cache key generation data + poopy preview refresh (thanks verk <3)
This commit is contained in:
@@ -1301,15 +1301,6 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
|
||||
//CHOMPEdit START
|
||||
else if(href_list["digitigrade"])
|
||||
pref.digitigrade = !pref.digitigrade
|
||||
|
||||
//I don't know how else to force a sprite update that doing the stupid thing below
|
||||
pref.r_skin = 0
|
||||
pref.b_skin = 0
|
||||
if(pref.g_skin != 128)
|
||||
pref.g_skin = 128
|
||||
else
|
||||
pref.g_skin = 135
|
||||
|
||||
return TOPIC_REFRESH_UPDATE_PREVIEW
|
||||
//CHOMPEdit END
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user