diff --git a/code/datums/spells/alien_spells/larva_evolve.dm b/code/datums/spells/alien_spells/larva_evolve.dm
index c662d21c1d0..bbda1e2e154 100644
--- a/code/datums/spells/alien_spells/larva_evolve.dm
+++ b/code/datums/spells/alien_spells/larva_evolve.dm
@@ -25,7 +25,7 @@
to_chat(user, "Sentinels are tasked with protecting the hive and are deadly up close and at a range. They are not as physically imposing nor fast as the hunters.")
to_chat(user, "Drones are the working class, offering the largest plasma storage and generation. They are the only caste which may evolve again, turning into the dreaded alien queen.")
var/static/list/to_evolve = list("Hunter" = image(icon = 'icons/mob/alien.dmi', icon_state = "alienh_s"),
- "Sentinel" = image(icon = 'icons/mob/alien.dmi', icon_state = "aliend_s"),
+ "Sentinel" = image(icon = 'icons/mob/alien.dmi', icon_state = "aliens_s"),
"Drone" = image(icon = 'icons/mob/alien.dmi', icon_state = "aliend_s"))
var/new_xeno = show_radial_menu(user, user, to_evolve, src, radius = 40)
var/turf/T = user.loc