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:
Arokha Sieyes
2016-05-17 20:03:45 -04:00
parent d3c256d048
commit 6c9a6264cf
7 changed files with 8329 additions and 8299 deletions
+10 -1
View File
@@ -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