Skip to content

Commit

Permalink
add xenos
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jul 13, 2024
1 parent ed34b86 commit 8cc2a4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/__DEFINES/machinery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
#define DEFENDER_MODE "Xenomorph Defenders"
#define RAVAGER_MODE "Xenomorph Ravagers"
#define CRUSHER_MODE "Xenomorph Crushers"
#define WARRIOR_MODE "Xenomorph Warriors"
#define PRAETORIAN_MODE "Xenomorph Praetorians"
#define BOILER_MODE "Xenomorph Boilers"
3 changes: 3 additions & 0 deletions code/game/sim_manager/datums/simulator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
DEFENDER_MODE = /mob/living/carbon/xenomorph/defender,
RAVAGER_MODE = /mob/living/carbon/xenomorph/ravager,
CRUSHER_MODE = /mob/living/carbon/xenomorph/crusher,
WARRIOR_MODE = /mob/living/carbon/xenomorph/warrior,
PRAETORIAN_MODE = /mob/living/carbon/xenomorph/praetorian,
BOILER_MODE = /mob/living/carbon/xenomorph/boiler,
)

/datum/simulator/proc/start_watching(mob/living/user)
Expand Down

0 comments on commit 8cc2a4a

Please sign in to comment.