Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSA: Add this code to your main script to fix all your bugs #18708

Closed
akien-mga opened this issue May 8, 2018 · 7 comments
Closed

PSA: Add this code to your main script to fix all your bugs #18708

akien-mga opened this issue May 8, 2018 · 7 comments

Comments

@akien-mga
Copy link
Member

Godot version:
Godot 2.1.x, 3.0.x and master branch.

OS/device including version:
All OSes and all users affected.

Issue description:
It has come to my attention that many users are experiencing bugs in their projects, all of which can (presumably) be fixed by running this simple method:

func new_day(relax = true):
	var date = OS.get_date()
	if date.month == 5 and date.day == 8:  # May 8th
		var reduz = get_node("/root/alpaca")
		reduz.congratulate("Happy birthday!")
		if relax:
			reduz.work_schedule[date].free()  # Holiday!
		return "🎉"

I strongly encourage you all to try it out today.

Steps to reproduce:

  1. Log in to IRC, #godotengine-devel on Freenode
  2. Ping @reduz and spam him with congratulations

Caution: May increment the age of your alpacas, turning them eventually into wise alpacas:
screenshot_20180508_151410 »» screenshot_20180508_151506

@himaghnam
Copy link

@reduz Happy birthday Sir Alpaca!

@LikeLakers2
Copy link
Contributor

Happy birthday, @reduz!

@AlexHoratio
Copy link
Contributor

@reduz Happy birthday!

@bojidar-bg
Copy link
Contributor

Happy birthday!

It seems to me that tomorrow this issue would be a duplicate of #9303.

@SatishGodaPearl
Copy link

Happy Birthday @reduz :) May all your wishes come true.

@rubenjavier
Copy link

Happy birthday ;-D
nice code snippet
Feliz cumpleaños!

@akien-mga
Copy link
Member Author

Closing as old. :þ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants