Finnishing touches

This commit is contained in:
Artur
2020-04-01 12:59:06 +03:00
parent dce23a40af
commit 4de14fbdf7
6 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -585,7 +585,7 @@ GLOBAL_LIST_EMPTY(species_list)
/proc/passtable_on(target, source)
var/mob/living/L = target
if (!HAS_TRAIT(L, TRAIT_PASSTABLE) && L.pass_flags & PASSTABLE)
if(!HAS_TRAIT(L, TRAIT_PASSTABLE) && L.pass_flags & PASSTABLE)
ADD_TRAIT(L, TRAIT_PASSTABLE, INNATE_TRAIT)
ADD_TRAIT(L, TRAIT_PASSTABLE, source)
L.pass_flags |= PASSTABLE