Skip to content

Conversation

Ben10083
Copy link
Contributor

@Ben10083 Ben10083 commented Sep 2, 2025

  • Adds missing blast door to AI Core Area
  • Small improvement to AI attackby code
  • Nanopaste now can repair AI, allowing AI to be repairable

@github-actions github-actions bot added the 🗺️ Mapping - Horizon The PR touches the Horizon map files. label Sep 2, 2025
@Ben10083 Ben10083 requested a review from hazelrat September 4, 2025 18:33
else if (isAI(target_mob)) //Repairing AIs
var/mob/living/silicon/ai/A = target_mob
if (!A.getBruteLoss() && !A.getFireLoss())
to_chat(user, SPAN_NOTICE("All [A]'s systems are nominal."))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
to_chat(user, SPAN_NOTICE("All [A]'s systems are nominal."))
to_chat(user, SPAN_NOTICE("All of [A]'s systems are nominal."))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗺️ Mapping - Horizon The PR touches the Horizon map files. Review Required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants