mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user