SRD Talk:Stone Giant

the 'stone elder giant' link is fudged. —The preceding unsigned comment was added by No problem (talk • contribs) 06:10, 3 March 2008 (MST). Please sign your posts.

Fixed. Thanks.--Dmilewski 07:00, 3 March 2008 (MST)
The external link to Wikipedia at the bottom of the page is also screwed up. --Daniel Draco 15:40, 11 May 2008 (MDT)
Fixed. Thanks again.--Dmilewski 06:48, 12 May 2008 (MDT)
gollark: I'll go swap out the tables and variables for smaller ones later™.
gollark: This is an EXTREMELY reasonable way to do conditionals, lyric lυ.
gollark: ```sqlWITH RECURSIVE counter(x) AS (VALUES(10) UNION ALL SELECT x-1 FROM counter WHERE x>1), bottle(x, str) AS (SELECT x, SUBSTR(' bottles', 1, (x <> 1) + 7) || ' of beer' FROM counter)SELECT PRINTF('%d%s on the wall%d%sTake one down, pass it around%d%s on the wall', x, str, x, str, x - 1, (SELECT str FROM bottle WHERE x = x - 1)) FROM bottle;```
gollark: Yes. Well, not really golfing, it won't be very small.
gollark: The n-1 bottles line is proving surprisingly hard to get right.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.