mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Adds Trait Genetics (#10142)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d81e145924
commit
7bfffc808d
@@ -50,11 +50,11 @@
|
||||
var/flash_time = 10
|
||||
if(ishuman(O))
|
||||
var/mob/living/carbon/human/H = O
|
||||
//VOREStation Edit Start
|
||||
if(H.nif && H.nif.flag_check(NIF_V_FLASHPROT,NIF_FLAGS_VISION))
|
||||
H.nif.notify("High intensity light detected, and blocked!",TRUE)
|
||||
continue
|
||||
//VOREStation Edit End
|
||||
if(FLASHPROOF in H.mutations)
|
||||
continue
|
||||
if(!H.eyecheck() <= 0)
|
||||
continue
|
||||
flash_time *= H.species.flash_mod
|
||||
|
||||
@@ -55,11 +55,11 @@
|
||||
var/flash_time = 10
|
||||
if(ishuman(O))
|
||||
var/mob/living/carbon/human/H = O
|
||||
//VOREStation Edit Start
|
||||
if(H.nif && H.nif.flag_check(NIF_V_FLASHPROT,NIF_FLAGS_VISION))
|
||||
H.nif.notify("High intensity light detected, and blocked!",TRUE)
|
||||
continue
|
||||
//VOREStation Edit End
|
||||
if(FLASHPROOF in H.mutations)
|
||||
continue
|
||||
if(!H.eyecheck() <= 0)
|
||||
continue
|
||||
flash_time *= H.species.flash_mod
|
||||
|
||||
Reference in New Issue
Block a user