Couple more Protean fixes, + darksight

Fixes a blob transform check. Also they get a smidge of darksight (the minor trait). I'm sure they have expensive sensors, but giving them the taj darksight seems meh.
This commit is contained in:
Arokha Sieyes
2018-04-11 20:55:54 -04:00
parent b427bca859
commit 474bb3c8c8
2 changed files with 3 additions and 4 deletions
@@ -220,7 +220,6 @@
to_chat(temporary_form,"<span class='warning'>You need to regenerate more nanites first!</span>")
else if(temporary_form.stat)
to_chat(temporary_form,"<span class='warning'>You can only do this while not stunned.</span>")
return
else
nano_outofblob(temporary_form)
@@ -337,12 +336,10 @@
//Blobform using it
else
var/mob/living/simple_animal/protean_blob/blob = usr
if(!blob.humanform)
return
do_ability(blob.humanform)
/obj/effect/protean_ability/proc/do_ability(var/mob/living/L)
if(istype(L) && !L.stat)
if(istype(L))
call(L,to_call)()
return FALSE
@@ -58,6 +58,8 @@
siemens_coefficient = 3 //Very bad zappy times
rarity_value = 5
darksight = 3 // Equivalent to the minor trait
has_organ = list(
O_BRAIN = /obj/item/organ/internal/mmi_holder/posibrain/nano,
O_ORCH = /obj/item/organ/internal/nano/orchestrator,