Skip to content
This repository was archived by the owner on Sep 21, 2024. It is now read-only.

Commit 7ec2611

Browse files
Fixed variable error when carrying shells between rooms.
Fixed missing sound effect on Reznor.
1 parent 3995e6f commit 7ec2611

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

objects/obj_reznor_enemy.object.gmx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ image_index = 1
117117
<kind>1</kind>
118118
<string>///Fire projectiles
119119
instance_create(x,y,obj_reznor_fire)
120+
audio_play_sound(snd_podoboo,0,0)
120121
image_index = 2
121122
alarm[0] = 60+random(40)
122123
alarm[1] = 8

objects/obj_shell_held.object.gmx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ image_speed = 0
3434
held = 1
3535

3636
//Force Mario to hold this
37-
obj_mario.holding = 2
37+
with obj_mario holding = 2
3838

3939
//Number of kills
4040
hitpoint = 0

0 commit comments

Comments
 (0)