mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
Gateway Icon Change + Fitness Center (#95)
* Shhh don't mind this. * More gateway changes, also adds fitness room Also gives the ability for some FBPs to have tails (we can sprite the tails later, it defaults to off) * Issue #30 - Added icons and code for vore animals. Also tweaked to be more in line with current codebase. * Fix to leading space in alien.dm * Makes Labyrinth.dmm compile and load in map editor. (#90) Could use some work still though.
This commit is contained in:
@@ -1,2 +1,11 @@
|
||||
/datum/robolimb
|
||||
var/unavailable_to_produce //Makes robolimbs not listed in exosuit fabs. AKA you have to varedit them on or spawn them.
|
||||
var/unavailable_to_produce //Makes robolimbs not listed in exosuit fabs. AKA you have to varedit them on or spawn them.
|
||||
var/includes_tail //Cyberlimbs dmi includes a tail sprite to wear.
|
||||
|
||||
/datum/robolimb/kitsuhana
|
||||
company = "Kitsuhana"
|
||||
desc = "This limb seems rather vulpine and fuzzy, with realistic-feeling flesh."
|
||||
icon = 'icons/mob/human_races/cyberlimbs/kitsuhana.dmi'
|
||||
includes_tail = 1
|
||||
unavailable_to_produce = 1
|
||||
//unavailable_at_chargen = 1
|
||||
Reference in New Issue
Block a user