mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Convert most spans to defines (#31080)
* spanish? * aaaagain * keep maptext * Update robot_items.dm * Update span_defines.dm * compiles * Update silicon_mob.dm * compile
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
/proc/announce_merge_conflict_marker(atom/origin)
|
||||
var/msg = "HEY, LISTEN!!! Merge Conflict Marker detected at [AREACOORD(origin)]! Please manually address all potential merge conflicts!!!"
|
||||
warning(msg)
|
||||
to_chat(world, "<span class='boldannounceooc'>[msg]</span>")
|
||||
to_chat(world, SPAN_BOLDANNOUNCEOOC("[msg]"))
|
||||
|
||||
/obj/merge_conflict_marker
|
||||
name = MERGE_CONFLICT_MARKER_NAME
|
||||
|
||||
Reference in New Issue
Block a user