mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user