mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user