Merge branch 'master' of https://github.com/tgstation/-tg-station into hoodshit

Conflicts:
	icons/mob/head.dmi
	icons/obj/clothing/hats.dmi
This commit is contained in:
paprka
2015-01-26 15:37:33 -08:00
49 changed files with 439 additions and 386 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
while(!notesfile.eof)
var/note
notesfile >> note
dat += note
dat += note + "<br>"
var/datum/browser/popup = new(usr, "player_notes", "Player Notes", 700, 400)
popup.set_content(dat)
popup.open()