Skip to content

Commit

Permalink
Merge pull request #8 from MrCastmer/moth_be_like-never_existed
Browse files Browse the repository at this point in the history
removes moth, preternis and ethereal from selectable races
  • Loading branch information
Blundir authored Jan 29, 2024
2 parents 79eb3aa + 4108cc1 commit c62eb66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/datum/species/moth/check_roundstart_eligible() //bugs, saving for teleporter error purposes
return FALSE

/datum/species/preternis/check_roundstart_eligible() //ugly strange robots
return FALSE

/datum/species/ethereal/check_roundstart_eligible() //nah, just die already tg cringe
return FALSE
1 change: 1 addition & 0 deletions modular_dripstation/includes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "code\modules\mob\living\simple_animal\bot\mulebot.dm"
#include "code\modules\mob\living\simple_animal\bot\cleanbot.dm"
#include "code\modules\mob\living\simple_animal\hostile\mimic.dm"
#include "code\modules\mob\living\human\species_types\dripstation_blacklist.dm"
#include "code\modules\uplink\uplink_devices.dm"
#include "code\modules\paperwork\folders.dm"
#include "code\modules\paperwork\photocopier.dm"
Expand Down

0 comments on commit c62eb66

Please sign in to comment.