mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
re does the chcek.
This commit is contained in:
@@ -120,7 +120,7 @@ structure_check() searches for nearby cultist structures required for the invoca
|
||||
//This proc determines if the rune can be invoked at the time. If there are multiple required cultists, it will find all nearby cultists.
|
||||
var/list/invokers = list() //people eligible to invoke the rune
|
||||
var/list/chanters = list() //people who will actually chant the rune when passed to invoke()
|
||||
if(invisibility == 0)
|
||||
if(invisibility == INVISIBILITY_OBSERVER)//hidden rune
|
||||
return
|
||||
if(user)
|
||||
chanters |= user
|
||||
|
||||
Reference in New Issue
Block a user