Fix a ligger's broken cane (#1584)

It must've been late when I coded this. Inverts a logic check to work properly.
This commit is contained in:
LordFowl
2017-01-15 23:51:35 +02:00
committed by skull132
parent d86209c930
commit df04f69ed1
+1 -1
View File
@@ -190,7 +190,7 @@ All custom items with worn sprites must follow the contained sprite system: http
contained_sprite = 1
/obj/item/weapon/cane/fluff/usiki_cane/attack_self(mob/user as mob)
if(!(all_languages[LANGUAGE_UNATHI] in user.languages))
if(all_languages[LANGUAGE_UNATHI] in user.languages)
user << "This cane has the words \"A new and better life\" carved into one side in basic, and on the other side in Sinta'Unathi."
else
user << "This cane has the words \"A new and better life\" carved into the side, the other side has some unreadable carvings."