Adds Cluwnes Fixes Dolphins and ... Something Else

This commit is contained in:
Fluffe9911
2018-09-03 01:02:21 -04:00
parent d310d49857
commit 7024e40c74
40 changed files with 862 additions and 2 deletions

View File

@@ -1304,6 +1304,16 @@
var/msg = "[key_name(usr)] has removed [key_name(H)] from purrbation." // yogs - Yog Tickets
message_admins(msg)
admin_ticket_log(H, msg)
else if(href_list["cluwneing"]) // yogs start -- adds cluwneify verb in VV
if(!check_rights(R_SPAWN)) return
var/mob/living/carbon/human/H = locate(href_list["cluwneing"])
if(!H)
to_chat(usr, "Mob doesn't exist anymore")
return
H.cluwneify()
message_admins("<span class='notice'>[key_name(usr)] has made [key_name(H)] into a Cluwne.</span>")
return // yogs end
else if(href_list["adjustDamage"] && href_list["mobToDamage"])
if(!check_rights(NONE))