mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Remove underscore in spiderling names (#76655)
## About The Pull Request Title. ## Why It's Good For The Game Accidental coder speak. ## Changelog 🆑 distributivgesetz spellcheck: Fixed some underscores in spiderling names. /🆑
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
/// Will differentiate into the "viper" giant spider.
|
||||
/mob/living/basic/spiderling/viper
|
||||
grow_as = /mob/living/basic/giant_spider/viper
|
||||
name = "viper_spiderling"
|
||||
name = "viper spiderling"
|
||||
desc = "Furry and black, it looks defenseless. This one has sparkling purple eyes."
|
||||
icon_state = "viper_spiderling"
|
||||
icon_dead = "viper_spiderling_dead"
|
||||
@@ -67,7 +67,7 @@
|
||||
/// Will differentiate into the "tarantula" giant spider.
|
||||
/mob/living/basic/spiderling/tarantula
|
||||
grow_as = /mob/living/basic/giant_spider/tarantula
|
||||
name = "tarantula_spiderling"
|
||||
name = "tarantula spiderling"
|
||||
desc = "Furry and black, it looks defenseless. This one has abyssal red eyes."
|
||||
icon_state = "tarantula_spiderling"
|
||||
icon_dead = "tarantula_spiderling_dead"
|
||||
|
||||
Reference in New Issue
Block a user