Skip to content

Commit

Permalink
IPCs are now selectable by magic mirrors and charged black extracts (#…
Browse files Browse the repository at this point in the history
…16081)

* Update IPC.dm

I thought about adding vampires but...

* Update IPC.dm
  • Loading branch information
Sniblet authored Oct 8, 2022
1 parent 846501d commit c4c6695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/species_types/IPC.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
deathsound = 'sound/voice/borg_deathsound.ogg'
wings_icon = "Robotic"
var/saved_screen //for saving the screen when they die
changesource_flags = MIRROR_BADMIN | WABBAJACK
changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_MAGIC | MIRROR_PRIDE | ERT_SPAWN | RACE_SWAP | SLIME_EXTRACT
// Hats need to be 1 up
offset_features = list(OFFSET_HEAD = list(0,1))

Expand Down

0 comments on commit c4c6695

Please sign in to comment.