Merge pull request #3300 from Verkister/bixelverb

Adds a verb to switch tail layer.
This commit is contained in:
Aronai Sieyes
2018-03-24 11:50:30 -04:00
committed by GitHub
3 changed files with 31 additions and 17 deletions
+1
View File
@@ -19,6 +19,7 @@
var/absorbing_prey = 0 // Determines if the person is using the succubus drain or not. See station_special_abilities_vr.
var/drain_finalized = 0 // Determines if the succubus drain will be KO'd/absorbed. Can be toggled on at any time.
var/fuzzy = 1 // Preference toggle for sharp/fuzzy icon.
var/tail_alt = 0 // Tail layer toggle.
var/can_be_drop_prey = 0
var/can_be_drop_pred = 1 //Mobs are pred by default.