Changes

Jump to: navigation, search

SOTN/Medusa Head

20 bytes removed, 23:22, 17 November 2023
m
Fix code block
elif player.screenX >= 177:
side = 0 # Always spawn on the left side, since the player is too far right
elif (rand() & 3):
side = 1 - player.facing # Spawn in front of the player
else:
if (rand() & 3): side = 1 - player.facing # Spawn in front of the player else: side = player.facing # Spawn behind the player</nowiki>
335
edits

Navigation menu