Converts a shitload of istypes to their more concise macros (#69260)

* Converts a lot of istypes() to use their istype macro helpers.
This commit is contained in:
Seth Scherer
2022-08-18 22:08:44 -04:00
committed by GitHub
parent ab55cd7f57
commit f1a363c825
242 changed files with 377 additions and 377 deletions
@@ -55,7 +55,7 @@
<tr><td>[M.c]</td><td>[M.f]</td><td>1</td></tr>
</tbody>
</table></td><td class='rbrak'>&nbsp;</td></tr></tbody></table></span>"} //TODO link to modify_transform wrapper for all matrices
else if (istype(value, /datum))
else if (isdatum(value))
var/datum/DV = value
if ("[DV]" != "[DV.type]") //if the thing as a name var, lets use it.
item = "[name_part] = <a href='?_src_=vars;[HrefToken()];Vars=[REF(value)]'>[DV] [DV.type] [REF(value)]</a>"