4 lines
165 B
Text
4 lines
165 B
Text
|
ttd = base.cr.doFindAll("DivingGame")
|
||
|
for ttd in base.cr.doFindAll("DivingGame"):
|
||
|
ttd.setTreasureGrabbed(base.localAvatar.doId, True)
|
||
|
#HOW FUCKING HARD IS THAT!?
|