mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Merge pull request #7081 from FlattestGuitar/misclick
Removes pre-confirmation check from karma gifting 👮
This commit is contained in:
@@ -79,7 +79,7 @@ var/list/karma_spenders = list()
|
||||
to_chat(src, "<span class='warning'>You can't spend karma on someone connected from the same IP.</span>")
|
||||
return 0
|
||||
return 1
|
||||
|
||||
|
||||
|
||||
/mob/verb/spend_karma_list()
|
||||
set name = "Award Karma"
|
||||
@@ -118,8 +118,6 @@ var/list/karma_spenders = list()
|
||||
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.")
|
||||
return
|
||||
if(!can_give_karma_to_mob(M))
|
||||
return
|
||||
if(alert("Give [M.name] good karma?", "Karma", "Yes", "No") != "Yes")
|
||||
return
|
||||
if(!can_give_karma_to_mob(M))
|
||||
|
||||
Reference in New Issue
Block a user