Skip to content

Commit

Permalink
regal rat minions are now immune to viruses (#4689)
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy authored Jan 7, 2025
1 parent d660eb2 commit a1232ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/datum/action/cooldown/mob_cooldown/riot/make_minion(mob/living/new_minion, minion_desc, list/command_list = mouse_commands)
. = ..()
ADD_TRAIT(new_minion, TRAIT_VIRUSIMMUNE, REF(owner))
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -7616,6 +7616,7 @@
#include "monkestation\code\modules\mob\living\basic\pets\parrot\_parrot.dm"
#include "monkestation\code\modules\mob\living\basic\pets\parrot\parrot_ai\parroting_action.dm"
#include "monkestation\code\modules\mob\living\basic\space_fauna\carp\carp.dm"
#include "monkestation\code\modules\mob\living\basic\space_fauna\regal_rat\regal_rat_actions.dm"
#include "monkestation\code\modules\mob\living\basic\space_fauna\slugcat\slugcat.dm"
#include "monkestation\code\modules\mob\living\basic\trooper\syndicate.dm"
#include "monkestation\code\modules\mob\living\basic\vermin\frog.dm"
Expand Down

0 comments on commit a1232ec

Please sign in to comment.