mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[MIRROR] Slimepeople Can Get Wings from Strange Elixirs [MDB IGNORE] (#25357)
* Slimepeople Can Get Wings from Strange Elixirs (#80019) ## About The Pull Request Adds slime wings. The slime wings look similar to dragon wings, but are a bit more transparent throughout, especially in the middle part of the wing membranes, and have some drippiness to the bottom (though thats harder to see on darker slimes)   ## Why It's Good For The Game If even flies and skeletons can get wings - why not slimes? Especially since xenobiologists which often end up as slimepeople can make the flight potion via xenobiology. ## Changelog 🆑 add: Slimepeople can now get wings from flight potions. /🆑 * Slimepeople Can Get Wings from Strange Elixirs * Update wings.dm * Update wings.dm * Not gonna fly I guess --------- Co-authored-by: Thlumyn <102194057+Thlumyn@users.noreply.github.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
@@ -210,3 +210,9 @@
|
||||
name = "fly wings"
|
||||
desc = "Fly as a fly."
|
||||
sprite_accessory_override = /datum/sprite_accessory/wings/fly
|
||||
|
||||
///slime wings, which relate to slimes.
|
||||
/obj/item/organ/external/wings/functional/slime
|
||||
name = "slime wings"
|
||||
desc = "How does something so squishy even fly?"
|
||||
sprite_accessory_override = /datum/sprite_accessory/wings/slime
|
||||
|
||||
Reference in New Issue
Block a user