Skip to content

Instantly share code, notes, and snippets.

View hzpc-joostk's full-sized avatar

Joost Kranendonk hzpc-joostk

View GitHub Profile
import time
# Amount to drop the AP
dropAP = 1
def iranina_white_room(objectHP):
while objectHP:
objectHP -= dropAP
time.sleep(2)