mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Tweaked diona and fixed slimepeople eyes (#27950)
Removed the human eyes layered on top of dionea, and removed the option to change the color of diona and slimepeople eyes.
This commit is contained in:
@@ -299,7 +299,7 @@ GLOBAL_LIST_INIT(special_role_times, list(
|
||||
active_character.f_style = "Shaved"
|
||||
|
||||
|
||||
if(!(S.bodyflags & ALL_RPARTS))
|
||||
if(!(S.bodyflags & ALL_RPARTS) && (S.eyes != "blank_eyes") && !(S.bodyflags & NO_EYES))
|
||||
dat += "<b>Eyes:</b> "
|
||||
dat += "<a href='byond://?_src_=prefs;preference=eyes;task=input'>Color</a> [color_square(active_character.e_colour)]<br>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user