mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #6709 from VOREStation/aro-mistake
Fix way too many vorestation edits
This commit is contained in:
@@ -138,12 +138,8 @@
|
||||
return
|
||||
|
||||
/obj/effect/ebeam/deadly/Crossed(atom/A)
|
||||
//VOREStation Edit begin: SHADEKIN
|
||||
var/mob/SK = A
|
||||
if(istype(SK))
|
||||
if(SK.shadekin_phasing_check())
|
||||
return
|
||||
//VOREStation Edit end: SHADEKIN
|
||||
if(A.is_incorporeal())
|
||||
return
|
||||
..()
|
||||
A.ex_act(1)
|
||||
|
||||
@@ -163,12 +159,8 @@
|
||||
on_contact(A)
|
||||
|
||||
/obj/effect/ebeam/reactive/Crossed(atom/A)
|
||||
//VOREStation Edit begin: SHADEKIN
|
||||
var/mob/SK = A
|
||||
if(istype(SK))
|
||||
if(SK.shadekin_phasing_check())
|
||||
return
|
||||
//VOREStation Edit end: SHADEKIN
|
||||
if(A.is_incorporeal())
|
||||
return
|
||||
..()
|
||||
on_contact(A)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user