Skip to content

Commit

Permalink
Initial (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf authored Oct 12, 2023
1 parent 3ced91e commit 02f638d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/pathfinding.dm
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ SUBSYSTEM_DEF(xeno_pathfinding)
SSxeno_pathfinding.current_processing -= src

#ifdef TESTING
addtimer(CALLBACK(src, .proc/clear_colors, distances), 5 SECONDS)
addtimer(CALLBACK(src, PROC_REF(clear_colors), distances), 5 SECONDS)
#endif

start = null
Expand Down
11 changes: 0 additions & 11 deletions code/modules/mob/living/carbon/xenomorph/xeno_ai_interaction.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@
/obj/structure/machinery/door/xeno_ai_act(mob/living/carbon/xenomorph/X)
X.do_click(src, "", list())

/*
// WALLS
/turf/closed/wall/xeno_ai_obstacle(var/mob/living/carbon/xenomorph/X)
if(hull || claws_minimum > X.claw_type)
return ..()
return ((damage_cap - damage)/damage_cap)*WALL_PENALTY
/turf/closed/wall/xeno_ai_act(var/mob/living/carbon/xenomorph/X)
X.do_click(src)
*/

// OBJECTS
/obj/structure/xeno_ai_obstacle(mob/living/carbon/xenomorph/X, direction)
if(!density)
Expand Down

0 comments on commit 02f638d

Please sign in to comment.