Skip to content

Commit

Permalink
holes for healer drone
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Apr 17, 2024
1 parent cbd7058 commit 910f6bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@
var/obj/structure/mineral_door/resin/door = target_atom
var/turf/closed/wall/resin/wall = target_turf


var/wall_present = istype(wall) && wall.hivenumber == xeno.hivenumber
var/door_present = istype(door) && door.hivenumber == xeno.hivenumber
// Is my tile either a wall or a door
Expand Down

0 comments on commit 910f6bb

Please sign in to comment.