mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Fixes the bluespacesquid having no tentacles (#5830)
The bluespace squid doesnt have tentacles, because in the recent tentacle changes the author didnt check if anything used the tentacle styles that have been renamed.
This commit is contained in:
@@ -254,7 +254,7 @@
|
||||
|
||||
/mob/living/carbon/human/bst/proc/bss()
|
||||
if(set_species("Skrell"))
|
||||
h_style = "Skrell Male Tentacles"
|
||||
h_style = "Skrell Average Tentacles"
|
||||
name = "Bluespace Squid"
|
||||
voice_name = "Bluespace Squid"
|
||||
real_name = "Bluespace Squid"
|
||||
|
||||
Reference in New Issue
Block a user