Skip to content

Commit

Permalink
nya
Browse files Browse the repository at this point in the history
  • Loading branch information
Udokun committed Nov 22, 2024
1 parent 88ff48b commit 92bd1da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/mob/living/simple_animal/shade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
visible_message("<span class='warning'>[user] gently taps [src] with the [O].</span>")
return

/mob/living/simple_animal/shade/CanPass(atom/movable/mover, turf/target, height=0)
return TRUE

/mob/living/simple_animal/shade/god
name = "Unbelievable God"
real_name = "Unbelievable God"
Expand Down Expand Up @@ -178,9 +181,6 @@
/mob/living/simple_animal/shade/god/RangedAttack(atom/A, params)
god_attack(A)

/mob/living/simple_animal/shade/god/CanPass(atom/movable/mover, turf/target, height=0)
return TRUE

/mob/living/simple_animal/shade/god/verb/view_manfiest()
set name = "View Crew Manifest"
set category = "Deity"
Expand Down

0 comments on commit 92bd1da

Please sign in to comment.