mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Switching karma back to the "OOC" tab
This commit is contained in:
@@ -414,7 +414,7 @@ var/round_start_time = 0
|
||||
var/dat
|
||||
dat += {"<html><head><title>Karma Reminder</title></head><body><h1><B>Karma Reminder</B></h1><br>
|
||||
You have not yet spent your karma for the round, surely there is a player who was worthy of receiving<br>
|
||||
your reward? Look under 'Karma' for the 'Award Karma' button, and use it once a round for best results!</table></body></html>"}
|
||||
your reward? Look under 'OOC' for the 'Award Karma' button, and use it once a round for best results!</table></body></html>"}
|
||||
player << browse(dat, "window=karmareminder;size=400x300")
|
||||
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ var/list/karma_spenders = list()
|
||||
/mob/verb/spend_karma_list()
|
||||
set name = "Award Karma"
|
||||
set desc = "Let the gods know whether someone's been nice. Can only be used once per round."
|
||||
set category = "Karma"
|
||||
set category = "OOC"
|
||||
|
||||
if(!can_give_karma())
|
||||
return
|
||||
@@ -113,7 +113,7 @@ var/list/karma_spenders = list()
|
||||
/mob/verb/spend_karma(var/mob/M)
|
||||
set name = "Award Karma to Player"
|
||||
set desc = "Let the gods know whether someone's been nice. Can only be used once per round."
|
||||
set category = "Karma"
|
||||
set category = "OOC"
|
||||
|
||||
if(!M)
|
||||
to_chat(usr, "Please right click a mob to award karma directly, or use the 'Award Karma' verb to select a player from the player listing.")
|
||||
@@ -145,7 +145,7 @@ var/list/karma_spenders = list()
|
||||
/client/verb/check_karma()
|
||||
set name = "Check Karma"
|
||||
set desc = "Reports how much karma you have accrued."
|
||||
set category = "Karma"
|
||||
set category = "OOC"
|
||||
|
||||
var/currentkarma=verify_karma()
|
||||
to_chat(usr, {"<br>You have <b>[currentkarma]</b> available."})
|
||||
|
||||
Reference in New Issue
Block a user