Refactors how flashes get targets and whatnot, so they no longer work from inside containers to outside. (#34171)
* Flash Refactor * Update flash.dm * Update flash.dm
This commit is contained in:
committed by
CitadelStationBot
parent
ade3ded854
commit
da30215a48
@@ -323,8 +323,8 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
|
||||
/proc/is_blind(A)
|
||||
if(ismob(A))
|
||||
var/mob/B = A
|
||||
return B.eye_blind
|
||||
return 0
|
||||
return B.eye_blind
|
||||
return FALSE
|
||||
|
||||
/mob/proc/hallucinating()
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user