mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Revert "Adds a preference to toggle Goonchat off." (#12270)
This commit is contained in:
@@ -71,6 +71,8 @@
|
||||
|
||||
player_age = client.player_age
|
||||
|
||||
client.chatOutput.start()
|
||||
|
||||
if(loc && !isturf(loc))
|
||||
client.eye = loc
|
||||
client.perspective = EYE_PERSPECTIVE
|
||||
@@ -93,6 +95,3 @@
|
||||
|
||||
// Check code/modules/admin/verbs/antag-ooc.dm for definition
|
||||
client.add_aooc_if_necessary()
|
||||
|
||||
if(client.prefs.toggles_secondary & GOONCHAT_ON)
|
||||
client.chatOutput.start()
|
||||
|
||||
@@ -1170,11 +1170,8 @@ proc/is_blind(A)
|
||||
var/datum/accent/a = SSrecords.accents[used_accent]
|
||||
if(istype(a))
|
||||
var/final_icon = a.tag_icon
|
||||
if(client.prefs.toggles_secondary & GOONCHAT_ON)
|
||||
var/datum/asset/spritesheet/S = get_asset_datum(/datum/asset/spritesheet/goonchat)
|
||||
return S.icon_tag(final_icon)
|
||||
else
|
||||
return "<img src='\ref['./icons/accent_tags.dmi']' iconstate='[final_icon]'>"
|
||||
var/datum/asset/spritesheet/S = get_asset_datum(/datum/asset/spritesheet/goonchat)
|
||||
return S.icon_tag(final_icon)
|
||||
|
||||
/mob/proc/flash_eyes(intensity = FLASH_PROTECTION_MODERATE, override_blindness_check = FALSE, affect_silicon = FALSE, visual = FALSE, type = /obj/screen/fullscreen/flash)
|
||||
for(var/mob/M in contents)
|
||||
|
||||
Reference in New Issue
Block a user