Skip to content

Commit f7ff984

Browse files
committed
fixes stuff i guess
1 parent 9749c43 commit f7ff984

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

maplestation.dme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6743,9 +6743,9 @@
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"

maplestation_modules/story_content/common_story/code/mob/basic/summoned_star_gazer.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
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)

0 commit comments

Comments
 (0)