Vaurca Fixes

* Should make their eyes get damaged with flases proper now
* Makes them actually resistant to electric shock and walking on glass
This commit is contained in:
skull132
2016-01-01 18:20:54 +02:00
parent cdc3283649
commit dcd5e6d427
5 changed files with 34 additions and 2 deletions
@@ -1132,6 +1132,10 @@
return //TODO: DEFERRED
proc/handle_regular_status_updates()
if(species.flags & IS_BUG)
adjustBruteLoss(0)
adjustFireLoss(0)
if(status_flags & GODMODE) return 0
@@ -1408,6 +1412,9 @@
see_in_dark = 8
if(!druggy) see_invisible = SEE_INVISIBLE_OBSERVER_NOLIGHTING
if(species.flags & IS_BUG) //Vaurca nightvision 29/12/15
see_in_dark = 8
if(seer==1)
var/obj/effect/rune/R = locate() in loc
if(R && R.word1 == cultwords["see"] && R.word2 == cultwords["hell"] && R.word3 == cultwords["join"])
@@ -75,6 +75,7 @@
var/blood_color = "#A10808" //Red.
var/flesh_color = "#FFC896" //Pink.
var/base_color //Used when setting species.
var/darkness_view
//Used in icon caching.
var/race_key = 0
@@ -626,7 +627,8 @@ See code\modules\mob\new_player\preferences_setup.dm for where it's used.
secondary_unarmed_type = /datum/unarmed_attack/bite/strong
rarity_value = 2 //according to the code this does nothing but upset me so i guess it can stay
slowdown = 1 //slow
darksight = 666 //good at seeing
darksight = 8 //good at seeing
darkness_view = 7
eyes = "blank_eyes" //made out of butts
brute_mod = 0.5 //note to self: remove is_synthetic checks for brmod and burnmod
burn_mod = 2 //bugs on fire