Should dionae be able to use creatine and nanobots?
Created by: Kammerjunk
In the reactions for creatine, mednanobots, and comnanobots, it's currently trying to prevent dionae from using those reagents by checking for if(H.species.name != "Dionae")
However, this doesn't work, meaning dionae are able to use both creatine and nanobots. As far as I can tell from less-than-thorough testing, what you actually want is if(H.species.name != "Diona")
or perhaps if(!istype(H, /mob/living/carbon/human/diona))
Should this change be added, though? I don't care either way, but it doesn't seem to have caused any problems except dionae not having a cyber horror sprite. Thought people might want to share their opinions in a structured place and not just shitpost in the thread
EDIT: Someone please add a discussion tag or something? I dunno if I can or, if so, how