Initial commit of Computer 3 from Paradise, along with a bunch of fixes.

Conflicts:
	code/__HELPERS/unsorted.dm
	code/datums/browser.dm
	code/setup.dm
	icons/obj/computer3.dmi
This commit is contained in:
DJSnapshot
2014-06-22 02:08:42 -07:00
committed by ZomgPonies
parent b8c1dbf620
commit 8a33620554
45 changed files with 9327 additions and 13 deletions
-3
View File
@@ -33,7 +33,6 @@
/datum/browser/proc/set_title(ntitle)
title = format_text(ntitle)
/datum/browser/proc/add_head_content(nhead_content)
head_content = nhead_content
@@ -144,8 +143,6 @@
// to pass a "close=1" parameter to the atom's Topic() proc for special handling.
// Otherwise, the user mob's machine var will be reset directly.
//
/proc/format_text(text)
return replacetext(replacetext(text,"\proper ",""),"\improper ","")
/proc/onclosed(mob/user, windowid, var/atom/ref=null)
if(!user || !user.client) return