File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
maplestation_modules/story_content/common_story/code/mob/basic Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 67436743#include "maplestation_modules\story_content\armored_corps\code\clothing\aylie_cloak.dm"
67446744#include "maplestation_modules\story_content\armored_corps\code\melee\void_blade.dm"
67456745#include "maplestation_modules\story_content\bell_equipment\code\bellclothing.dm"
6746- #include "maplestation_modules\story_content\common_story\code\mob\basic\summoned_star_gazer.dm"
6747- #include "maplestation_modules\story_content\common_story\code\smites\death_from_beyond.dm"
67486746#include "maplestation_modules\story_content\common_story\code\story_rapid_status.dm"
6747+ #include "maplestation_modules\story_content\common_story\code\smites\death_from_beyond.dm"
6748+ #include "maplestation_modules\story_content\common_story\code\mob\basic\summoned_star_gazer.dm"
67496749#include "maplestation_modules\story_content\crit_equipment\code\pendant.dm"
67506750#include "maplestation_modules\story_content\eveleen_equipment\code\clothing.dm"
67516751#include "maplestation_modules\story_content\grey_equipment\code\greyclothing.dm"
Original file line number Diff line number Diff line change 99
1010/ mob / living/ basic/ heretic_summon/ star_gazer/ summoned/ Initialize(mapload)
1111 . = .. ()
12- RemoveElement (/ datum / element/ death_explosion) // slightly hacky way of disabling the death explosion without editing the base star gazer
13- RemoveElement (/ datum / element/ effect_trail)
12+ src . RemoveElement(/ datum / element/ death_explosion) // slightly hacky way of disabling the death explosion without editing the base star gazer
13+ src . RemoveElement(/ datum / element/ effect_trail)
1414 RemoveComponentSource (REF (src ), / datum / component/ regenerator)
You can’t perform that action at this time.
0 commit comments