Update datumvars.dm

This commit is contained in:
LetterJay
2017-09-11 14:23:15 -05:00
committed by GitHub
parent 7cdd5eaa02
commit 7b157a9a6a
-6
View File
@@ -22,7 +22,6 @@
//please call . = ..() first and append to the result, that way parent items are always at the top and child items are further down //please call . = ..() first and append to the result, that way parent items are always at the top and child items are further down
//add separaters by doing . += "---" //add separaters by doing . += "---"
<<<<<<< HEAD
/datum/proc/vv_get_dropdown() /datum/proc/vv_get_dropdown()
. = list() . = list()
. += "---" . += "---"
@@ -63,7 +62,6 @@
=======
/datum/proc/vv_get_dropdown() /datum/proc/vv_get_dropdown()
. = list() . = list()
. += "---" . += "---"
@@ -122,7 +120,6 @@
var/list/atomsnowflake = list() var/list/atomsnowflake = list()
if(istype(D, /atom)) if(istype(D, /atom))
<<<<<<< HEAD
var/atom/A = D var/atom/A = D
if(isliving(A)) if(isliving(A))
atomsnowflake += "<a href='?_src_=vars;rename=[refid]'><b>[D]</b></a>" atomsnowflake += "<a href='?_src_=vars;rename=[refid]'><b>[D]</b></a>"
@@ -530,7 +527,6 @@
if(!check_rights(0)) if(!check_rights(0))
return return
=======
var/atom/A = D var/atom/A = D
if(isliving(A)) if(isliving(A))
atomsnowflake += "<a href='?_src_=vars;[HrefToken()];rename=[refid]'><b>[D]</b></a>" atomsnowflake += "<a href='?_src_=vars;[HrefToken()];rename=[refid]'><b>[D]</b></a>"
@@ -995,7 +991,6 @@
return return
var/mob/M = locate(href_list["regenerateicons"]) in GLOB.mob_list var/mob/M = locate(href_list["regenerateicons"]) in GLOB.mob_list
<<<<<<< HEAD
if(!ismob(M)) if(!ismob(M))
to_chat(usr, "This can only be done to instances of type /mob") to_chat(usr, "This can only be done to instances of type /mob")
return return
@@ -1012,7 +1007,6 @@
if(!check_rights(0)) if(!check_rights(0))
return return
=======
if(!ismob(M)) if(!ismob(M))
to_chat(usr, "This can only be done to instances of type /mob") to_chat(usr, "This can only be done to instances of type /mob")
return return